fix cabal syntax

This commit is contained in:
Greg Weber 2011-08-20 11:00:27 -07:00
parent 642fc47278
commit 901c0fcb10

View File

@ -40,7 +40,7 @@ test-suite runtests
main-is: runtests.hs
type: exitcode-stdio-1.0
cpp-options: -DTEST
build-depends: yesod-static,
build-depends: yesod-static
, base >= 4 && < 5
, hspec >= 0.6.1 && < 0.7
, HUnit