From 10958faa61301446a980ea93cb2e77287b51a225 Mon Sep 17 00:00:00 2001 From: defanor Date: Sat, 16 Dec 2017 11:14:08 +0300 Subject: Add more instances Numeric and date/time types. --- coalpit.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'coalpit.cabal') diff --git a/coalpit.cabal b/coalpit.cabal index b093652..f8b9cd6 100644 --- a/coalpit.cabal +++ b/coalpit.cabal @@ -26,6 +26,8 @@ library exposed-modules: Coalpit build-depends: base >= 4.9 && < 5 , megaparsec >= 6.2 && < 7 + , scientific >= 0.3 && < 1 + , time >= 1.6 && < 2 default-language: Haskell2010 ghc-options: -Wall @@ -35,9 +37,9 @@ test-suite test-coalpit hs-source-dirs: test main-is: Test.hs build-depends: base >= 4.9 && < 5 + , coalpit , generic-random >= 1 && < 2 , tasty >= 0.12 && < 1 , tasty-quickcheck >= 0.9 && < 1 , tasty-travis >= 0.2 && < 1 - , coalpit ghc-options: -Wall -Wno-unused-top-binds -- cgit v1.2.3