diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-03-15 15:12:14 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-03-15 15:12:14 +0100 |
commit | befaf037ce5f7f8fbad65d33b92bc3033d4798f3 (patch) | |
tree | 53b883ba5560514fc7febecb49bf64d956c142db | |
parent | 2827570c6a6ec62f880a57d2a7db55e8363d2351 (diff) | |
download | pandoc-befaf037ce5f7f8fbad65d33b92bc3033d4798f3.tar.gz |
Removed some unnecessary build-depends.
-rw-r--r-- | pandoc.cabal | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index bf68dc935..51ae18dff 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -258,11 +258,10 @@ Flag old-locale Default: False Library - Build-Depends: base >= 4.7 && <5, + Build-Depends: base >= 4.7 && < 5, syb >= 0.1 && < 0.8, containers >= 0.1 && < 0.6, unordered-containers >= 0.2 && < 0.3, - array >= 0.3 && < 0.6, parsec >= 3.1 && < 3.2, mtl >= 2.2 && < 2.3, filepath >= 1.1 && < 1.5, @@ -295,13 +294,11 @@ Library binary >= 0.5 && < 0.9, SHA >= 1.6 && < 1.7, haddock-library >= 1.1 && < 1.5, - old-time, deepseq >= 1.3 && < 1.5, JuicyPixels >= 3.1.6.1 && < 3.3, Glob >= 0.7 && < 0.8, cmark >= 0.5 && < 0.6, - doctemplates >= 0.1 && < 0.2, - free >= 4 + doctemplates >= 0.1 && < 0.2 if os(windows) Cpp-options: -D_WINDOWS else @@ -443,8 +440,7 @@ Library Buildable: True Executable pandoc - Build-Depends: pandoc, - base >= 4.2 && < 5 + Build-Depends: pandoc, base >= 4.7 && < 5 Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m @@ -516,7 +512,6 @@ Test-Suite test-pandoc tasty-quickcheck >= 0.8 && < 0.9, tasty-golden >= 2.3 && < 2.4, QuickCheck >= 2.4 && < 2.10, - HUnit >= 1.2 && < 1.6, containers >= 0.1 && < 0.6, ansi-terminal >= 0.5 && < 0.7, executable-path >= 0.0 && < 0.1, |