1
0
forked from GitHub/gf-core

fix the least version number for the base package

This commit is contained in:
krasimir
2009-10-01 17:20:04 +00:00
parent 1455bca545
commit 6549bd7caf

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,