Include CodeGenQ in the cabal file
This commit is contained in:
parent
3637c89370
commit
f3417b59c5
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user