Skip to content

Commit

Permalink
Resolve -Wall errors
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jan 13, 2017
1 parent 5868a16 commit 5645e79
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cabal-install/Distribution/Client/Init.hs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ import Distribution.Version
import Distribution.Verbosity
( Verbosity )
import Distribution.ModuleName
( ModuleName, fromString ) -- And for the Text instance
( ModuleName ) -- And for the Text instance
import Distribution.InstalledPackageInfo
( InstalledPackageInfo, sourcePackageId, exposed )
import qualified Distribution.Package as P
Expand Down
4 changes: 2 additions & 2 deletions cabal-testsuite/cabal-testsuite.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ library
Test.Cabal.Server
Test.Cabal.Monad
build-depends:
aeson,
aeson == 1.1.*,
attoparsec,
async,
base,
bytestring,
transformers,
optparse-applicative,
optparse-applicative ==0.13.*,
process,
directory,
filepath,
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extra-deps:
- mtl-2.2.1
- network-2.6.2.1
- network-uri-2.6.1.0
- optparse-applicative-0.12.1.0
- optparse-applicative-0.13.0.0
- parsec-3.1.11
- pretty-show-1.6.10
- primitive-0.6.1.0
Expand All @@ -40,7 +40,7 @@ extra-deps:
- stm-2.4.4.1
- tagged-0.8.4
- tar-0.5.0.3
- tasty-0.11.0.3
- tasty-0.11.0.4
- tasty-hunit-0.9.2
- tasty-quickcheck-0.8.4
- text-1.2.2.1
Expand Down

0 comments on commit 5645e79

Please sign in to comment.