summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-03 15:14:07 +0300
committerdefanor <defanor@uberspace.net>2017-12-03 15:33:41 +0300
commit865dca5a7d38fa63aa8d497ab89a3be9ea0e444d (patch)
treef89c0fd81bccd7759e1c7599b56d837d4ead637f /coalpit.cabal
parent6f2785c9d8bc38c13f5102c085c2fe87d21b8f8a (diff)
Update README and Example.hs
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal11
1 files changed, 2 insertions, 9 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 0578897..91e175a 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -13,16 +13,10 @@ maintainer: defanor@uberspace.net
category: Console
build-type: Simple
extra-source-files: ChangeLog.md
+ , Example.hs
+ , README.md
cabal-version: >=1.10
-executable coalpit-example
- main-is: Example.hs
- -- other-modules:
- other-extensions: TemplateHaskell
- build-depends: base >=4.9 && <4.10
- , megaparsec >= 6.2.0
- default-language: Haskell2010
-
library
exposed-modules: Coalpit
other-extensions: TemplateHaskell, FlexibleInstances
@@ -36,7 +30,6 @@ test-suite test-coalpit
main-is: Test.hs
build-depends: base >= 4.9 && < 5
, megaparsec >= 6.2 && < 7
- , QuickCheck >= 2.10 && < 3
, generic-random >= 1 && < 2
, tasty >= 0.12 && < 1
, tasty-quickcheck >= 0.9 && < 1