summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-11-05 04:57:09 +0300
committerdefanor <defanor@uberspace.net>2017-11-05 04:57:09 +0300
commit6740a349caa6c20513191bbf213570448352093f (patch)
tree7346208242e371e13aef64f882a92e7bbfe07506 /pancake.cabal
parent6f8b714cf91a26acc63ec337dbabd3179254cc6d (diff)
Split into modules
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal5
1 files changed, 5 insertions, 0 deletions
diff --git a/pancake.cabal b/pancake.cabal
index 234855c..a6c5a1a 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -27,6 +27,11 @@ executable pancake
main-is: Pancake.hs
other-modules: Text.Pandoc.Readers.Plain
, Text.Pandoc.Readers.Gopher
+ , Pancake.Common
+ , Pancake.Configuration
+ , Pancake.Reading
+ , Pancake.Rendering
+ , Pancake.Printing
build-depends: base >= 4.9 && < 5
, bytestring >= 0.10.8.1 && < 1
, containers >= 0.5.7.1 && < 1