gdritter repos s-cargot / 2ba5c51
Changed how the flag worked---this worked locally but not remotely Getty Ritter 7 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Collapse all Expand all
4848 ghc-options: -Wall
4949
5050 executable example
51 if flag(build-example)
52 main-is: example.hs
53 else
51 if !flag(build-example)
5452 buildable: False
53 main-is: example.hs
5554 hs-source-dirs: example
5655 build-depends: base >=4.7 && <5,
5756 containers >=0.5 && <1,