summaryrefslogtreecommitdiff
path: root/coalpit.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-19 07:58:16 +0300
committerdefanor <defanor@uberspace.net>2017-12-19 07:58:16 +0300
commit62aa7bb8ba54c2a0f480e122c46d967f2102dac5 (patch)
treefeb437122a2f4148795571187912ef00ed787987 /coalpit.cabal
parent16a3509836691ff9a43a0a8920d615ba91f8a74f (diff)
Reorganize the modules
Diffstat (limited to 'coalpit.cabal')
-rw-r--r--coalpit.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/coalpit.cabal b/coalpit.cabal
index 3b8f664..1d91ea7 100644
--- a/coalpit.cabal
+++ b/coalpit.cabal
@@ -25,8 +25,9 @@ source-repository head
library
exposed-modules: Coalpit
- , Coalpit.Parsing
+ , Coalpit.Core
, Coalpit.DSV
+ , Coalpit.Parsing
build-depends: base >= 4.9 && < 5
, megaparsec >= 6.2 && < 7
, scientific >= 0.3 && < 1