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 Default: True
library library
build-depends: base, build-depends: base >= 4.1,
array, array,
containers, containers,
bytestring, bytestring,
@@ -75,7 +75,7 @@ library
Data.Binary.Builder Data.Binary.Builder
executable gf executable gf
build-depends: base, build-depends: base >= 4.1,
array, array,
containers, containers,
bytestring, bytestring,