Skip to content

Commit 745f402

Browse files
committed
WIP
1 parent 554f6d3 commit 745f402

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

haskell-ci.cabal

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ extra-source-files:
5151
fixtures/servant-server/servant-server.cabal
5252
fixtures/splitmix/splitmix.cabal
5353

54-
source-repository head
54+
source-repository head - base-4.18.3.0 (exposed by flag -package-id base-4.18.3.0)
5555
type: git
5656
location: https://github.com/haskell-CI/haskell-ci.git
5757

@@ -212,13 +212,11 @@ test-suite golden
212212
-- inherited constraints via lib:haskell-ci
213213
build-depends:
214214
, base
215-
, base-compat
216215
, bytestring
217216
, Cabal-syntax
218217
, directory
219218
, filepath
220219
, haskell-ci-internal
221-
, transformers
222220

223221
-- dependencies needing explicit constraints
224222
build-depends:

test/Tests.hs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{-# LANGUAGE ViewPatterns #-}
22
module Main (main) where
33

4+
-- to add explicit dependency on base for -Wunused-packages purpose
5+
import Prelude ()
6+
47
import HaskellCI hiding (main)
58
import HaskellCI.Prelude
69

0 commit comments

Comments
 (0)