summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal4
1 files changed, 3 insertions, 1 deletions
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