summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-16 17:35:05 +0300
committerdefanor <defanor@uberspace.net>2017-12-16 17:47:37 +0300
commitb401482567a32a0c47f3f9d398268b70b0b0836f (patch)
treeeac2dcf4ae40a901cd5b52314ded004ac7fa0c59 /coalpit.cabal
parent250cb777adb303841626af86de526341d57d2f7c (diff)
Move parsing helpers into Coalpit.Parsing
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal1
1 files changed, 1 insertions, 0 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index f8b9cd6..6aedab0 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -24,6 +24,7 @@ source-repository head
library
exposed-modules: Coalpit
+ , Coalpit.Parsing
build-depends: base >= 4.9 && < 5
, megaparsec >= 6.2 && < 7
, scientific >= 0.3 && < 1