File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff line change 11{-# LANGUAGE ViewPatterns #-}
22module Main (main ) where
33
4+ -- to add explicit dependency on base for -Wunused-packages purpose
5+ import Prelude ()
6+
47import HaskellCI hiding (main )
58import HaskellCI.Prelude
69
You can’t perform that action at this time.
0 commit comments