Remove version bounds from test cabal files
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user