Skip to content

Commit

Permalink
cabal-version: >=1.7.1
Browse files Browse the repository at this point in the history
With cabal version's greater than or equal to 1.7.1 the build-depends of any
executable stanzas are not included in the build-depends registered with
ghc-pkg. This causes `./test.sh` to exhibit the bug in
haskell/cabal#1896.
  • Loading branch information
benarmston committed Jun 7, 2014
1 parent d06c48f commit d249b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foo/foo.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: foo
version: 0.0.0.1
cabal-version: >=1.7.0
cabal-version: >=1.7.1
build-type: Simple
license: MIT
synopsis: Has both libarary and executable stanzas both of which have dependencies.
Expand Down

0 comments on commit d249b6f

Please sign in to comment.