From 865dca5a7d38fa63aa8d497ab89a3be9ea0e444d Mon Sep 17 00:00:00 2001 From: defanor Date: Sun, 3 Dec 2017 15:14:07 +0300 Subject: Update README and Example.hs --- coalpit.cabal | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'coalpit.cabal') 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 -- cgit v1.2.3