summaryrefslogtreecommitdiff
path: root/pancake.cabal
diff options
context:
space:
mode:
authordefanor <defanor@uberspace.net>2017-10-31 15:50:18 +0300
committerdefanor <defanor@uberspace.net>2017-10-31 15:50:18 +0300
commit097ac68877acfa6d35ec3987b80ee1ae8da4ff62 (patch)
tree761975e4e2c45a830db726b687b41bc82483108f /pancake.cabal
parent964b28e363a4b1f93dd50cb330e2a6440048f4b4 (diff)
Update to pandoc 2
Diffstat (limited to 'pancake.cabal')
-rw-r--r--pancake.cabal33
1 files changed, 17 insertions, 16 deletions
diff --git a/pancake.cabal b/pancake.cabal
index 329fe14..e00e835 100644
--- a/pancake.cabal
+++ b/pancake.cabal
@@ -27,22 +27,23 @@ executable pancake
main-is: Pancake.hs
other-modules: Text.Pandoc.Readers.Plain
, Text.Pandoc.Readers.Gopher
- build-depends: base >=4.9 && <5,
- bytestring >= 0.10.8.1,
- colorful-monoids >= 0.2.1.0,
- containers >= 0.5.7.1,
- data-default >= 0.7.1.1,
- directory >= 1.2.6.2,
- filepath >= 1.4.1.0,
- mtl >= 2.2.1,
- network-uri >= 2.6.1.0,
- pandoc >= 1.19.2.2,
- pandoc-types >= 1.17.0.5,
- parsec >= 3.1.11,
- process >= 1.6,
- terminfo >= 0.4.0.2,
- utf8-string >= 1.0.1.1,
- yaml >= 0.8.23.3
+ build-depends: base >= 4.9 && < 5
+ , bytestring >= 0.10.8.1 && < 1
+ , colorful-monoids >= 0.2.1.0 && < 1
+ , containers >= 0.5.7.1 && < 1
+ , data-default >= 0.7.1.1 && < 1
+ , directory >= 1.2.6.2 && < 2
+ , filepath >= 1.4.1.0 && < 2
+ , 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
+ , terminfo >= 0.4.0.2 && < 1
+ , text >= 1.2.2.2 && < 2
+ , utf8-string >= 1.0.1.1 && < 2
+ , yaml >= 0.8.23.3 && < 1
-- hs-source-dirs:
default-language: Haskell2010
ghc-options: -Wall