Remove version bounds from test cabal files

This commit is contained in:
Daniel Gröber
2015-08-10 03:57:47 +02:00
parent 0abe1d6a53
commit 5b30fdde29
4 changed files with 5 additions and 6 deletions

View File

@@ -7,8 +7,7 @@ flag test-flag
default: False
library
build-depends: base == 4.*
build-depends: base
if flag(test-flag)
build-depends: Cabal >= 1.10