summaryrefslogtreecommitdiff
path: root/lyt.cabal
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@mit.edu>2015-02-11 18:40:59 -0500
committerGravatar Benjamin Barenblat <bbaren@mit.edu>2015-02-11 18:40:59 -0500
commitda0fb00dc7f57938ebc01d525a3c4ec4d00d96de (patch)
tree9c89b0a63b96310a80a268d9ea38ab41dfaae726 /lyt.cabal
parent1012424193c21b16f3cc4f3085186384a86d7f9e (diff)
Parse fragments
Diffstat (limited to 'lyt.cabal')
-rw-r--r--lyt.cabal8
1 files changed, 5 insertions, 3 deletions
diff --git a/lyt.cabal b/lyt.cabal
index c3905a8..01c150f 100644
--- a/lyt.cabal
+++ b/lyt.cabal
@@ -28,13 +28,15 @@ tested-with: GHC==7.6.3
executable lyt
hs-source-dirs: src
default-language: Haskell2010
- -- other-extensions:
+ default-extensions: DeriveDataTypeable
+ , DeriveGeneric
+ -- other-extensions:
ghc-options: -Wall
-fwarn-tabs
-fwarn-incomplete-uni-patterns
-fwarn-monomorphism-restriction
-fwarn-auto-orphans
main-is: Main.hs
- -- other-modules:
+ other-modules: Fragment
build-depends: base >=4.6 && <4.7
- , vector >=0.10 && <0.11
+ , parsec >=3.1.3 && <3.2