summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
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