From c84dbc16bbf683661e8323c68326ee04c8daf2fc Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 2 Dec 2017 06:49:58 +0300 Subject: Use GHC.Generics instead of TH It's considerably cleaner and simpler with GHC.Generics. Megaparsec is also used now. --- coalpit.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'coalpit.cabal') 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 -- cgit v1.2.3