fix the least version number for the base package

This commit is contained in:
krasimir
2009-10-01 17:20:04 +00:00
parent 288ef038f2
commit d09371280d

View File

@@ -23,7 +23,7 @@ flag interrupt
Default: True
library
build-depends: base,
build-depends: base >= 4.1,
array,
containers,
bytestring,
@@ -75,7 +75,7 @@ library
Data.Binary.Builder
executable gf
build-depends: base,
build-depends: base >= 4.1,
array,
containers,
bytestring,