From da0fb00dc7f57938ebc01d525a3c4ec4d00d96de Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Wed, 11 Feb 2015 18:40:59 -0500 Subject: Parse fragments --- lyt.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'lyt.cabal') 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 -- cgit v1.2.3