Removed some unnecessary build-depends.

This commit is contained in:
John MacFarlane 2017-03-15 15:12:14 +01:00
parent 2827570c6a
commit befaf037ce

View file

@ -262,7 +262,6 @@ Library
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,