Include CodeGenQ in the cabal file

This commit is contained in:
Michael Snoyman 2010-07-13 20:49:51 +03:00
parent 3637c89370
commit f3417b59c5

View File

@ -1,5 +1,5 @@
name: yesod name: yesod
version: 0.4.0.1 version: 0.4.0.2
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE
author: Michael Snoyman <michael@snoyman.com> author: Michael Snoyman <michael@snoyman.com>
@ -67,6 +67,7 @@ executable yesod
build-depends: parsec >= 2.1 && < 4 build-depends: parsec >= 2.1 && < 4
ghc-options: -Wall ghc-options: -Wall
main-is: scaffold.hs main-is: scaffold.hs
other-modules: CodeGenQ
executable runtests executable runtests
if flag(buildtests) if flag(buildtests)