Tweedle added to cabal file
This commit is contained in:
parent
9e2b39e90f
commit
9e77f4fab5
@ -123,3 +123,11 @@ executable pretty-yaml
|
|||||||
Buildable: False
|
Buildable: False
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
main-is: examples/pretty-yaml.hs
|
main-is: examples/pretty-yaml.hs
|
||||||
|
|
||||||
|
executable tweedle
|
||||||
|
if flag(buildsamples)
|
||||||
|
Buildable: True
|
||||||
|
else
|
||||||
|
Buildable: False
|
||||||
|
ghc-options: -Wall
|
||||||
|
main-is: examples/tweedle.lhs
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user