no need to specially mention utf8-string as a -fhapps dependency

This commit is contained in:
Simon Michael 2009-06-03 23:50:53 +00:00
parent 282f92e8a8
commit 074bcff823

View File

@ -63,7 +63,7 @@ library
,haskell98 ,haskell98
,parsec ,parsec
,time ,time
,utf8-string ,utf8-string >= 0.3 && < 0.4
,HUnit ,HUnit
executable hledger executable hledger
@ -113,7 +113,7 @@ executable hledger
,split ,split
,testpack ,testpack
,time ,time
,utf8-string ,utf8-string >= 0.3 && < 0.4
,HUnit ,HUnit
-- should set patchlevel here as in Makefile -- should set patchlevel here as in Makefile
@ -133,7 +133,6 @@ executable hledger
,happstack-data >= 0.2 && < 0.3 ,happstack-data >= 0.2 && < 0.3
,happstack-server >= 0.2 && < 0.3 ,happstack-server >= 0.2 && < 0.3
,happstack-state >= 0.2 && < 0.3 ,happstack-state >= 0.2 && < 0.3
,utf8-string >= 0.3 && < 0.4
,xhtml >= 3000.2 && < 3000.3 ,xhtml >= 3000.2 && < 3000.3
,HTTP >= 4000.0 && < 4000.1 ,HTTP >= 4000.0 && < 4000.1