From f735c69d6d0d13858588c3c35317ef294f2382d6 Mon Sep 17 00:00:00 2001 From: defanor Date: Wed, 13 Dec 2017 07:46:46 +0300 Subject: Add uncluttering/XSLT support --- pancake.cabal | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pancake.cabal') 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 -- cgit v1.2.3