summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-02 06:49:58 +0300
committerdefanor <defanor@uberspace.net>2017-12-02 06:49:58 +0300
commitc84dbc16bbf683661e8323c68326ee04c8daf2fc (patch)
tree04ab0517a2dbe465ad1f0a158eae9b707fd73655 /coalpit.cabal
parent4beea4536a36322e15665de74c96926f0cf5fe7b (diff)
Use GHC.Generics instead of TH
It's considerably cleaner and simpler with GHC.Generics. Megaparsec is also used now.
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 4625ecf..31e2831 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -20,12 +20,12 @@ executable coalpit-example
-- other-modules:
other-extensions: TemplateHaskell
build-depends: base >=4.9 && <4.10
- , template-haskell >=2.11 && <2.12
+ , megaparsec >= 6.2.0
default-language: Haskell2010
library
exposed-modules: Coalpit
other-extensions: TemplateHaskell, FlexibleInstances
build-depends: base >=4.9 && <4.10
- , template-haskell >=2.11 && <2.12
+ , megaparsec >= 6.2.0
default-language: Haskell2010