specify base version per hackage policy; assume 3 or 4 is ok until I hear otherwise

This commit is contained in:
Simon Michael 2009-06-03 16:52:24 +00:00
parent 7924bfa592
commit 7508a462b5

View File

@ -27,7 +27,7 @@ Flag happs
default: False
Library
Build-Depends: base
Build-Depends: base >= 3 && < 5
,containers
,haskell98
,directory
@ -58,7 +58,7 @@ Library
Executable hledger
Main-Is: hledger.hs
Build-Depends: base
Build-Depends: base >= 3 && < 5
,containers
,haskell98
,directory