gf-server.cabal: changes to stop cabal from demanding hsql even when content-server is not going to be built

This commit is contained in:
hallgren
2010-12-23 17:02:13 +00:00
parent bbc90b70f8
commit 730bfd6c11

View File

@@ -68,11 +68,10 @@ executable pgf-service
executable content-service
if flag(fastcgi)
build-depends: fastcgi >= 3001.0.2.2, hsql-mysql
build-depends: base >=4.2 && <5,
fastcgi >= 3001.0.2.2, hsql-mysql, hsql, old-locale
buildable: True
else
buildable: False
build-depends: base >=4.2 && <5,
hsql, old-locale
main-is: ContentService.hs