summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-12-13 07:46:46 +0300
committerdefanor <defanor@uberspace.net>2017-12-13 07:46:46 +0300
commitf735c69d6d0d13858588c3c35317ef294f2382d6 (patch)
tree6d5e69b76a5d082b44d25a81db24e061043a3107 /pancake.cabal
parent3c03b674fbec2dddce744365ddc6b96daf398864 (diff)
Add uncluttering/XSLT support
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 5f052f4..211f5ea 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -41,6 +41,7 @@ executable pancake
, Pancake.Rendering
, Pancake.Printing
, Pancake.Command
+ , Pancake.Unclutter
, Paths_pancake
build-depends: base >= 4.9 && < 5
, bytestring >= 0.10.8.1 && < 1
@@ -48,12 +49,16 @@ executable pancake
, data-default >= 0.7.1.1 && < 1
, directory >= 1.2.6.2 && < 2
, filepath >= 1.4.1.0 && < 2
+ , hxt >= 9.3.1 && < 10
+ , hxt-xslt >= 9.1 && < 10
, mtl >= 2.2.1 && < 3
, network-uri >= 2.6.1.0 && < 3
, pandoc >= 2 && < 3
, pandoc-types >= 1.17.0.5 && < 2
, parsec >= 3.1.11 && < 4
, process >= 1.6 && < 2
+ , regex-base >= 0.93.2 && < 1
+ , regex-tdfa >= 1.2.2 && < 2
, terminfo >= 0.4.0.2 && < 1
, text >= 1.2.2.2 && < 2
, unix >= 2.7.2.0 && < 3