Removed some unnecessary build-depends.
This commit is contained in:
parent
2827570c6a
commit
befaf037ce
1 changed files with 3 additions and 8 deletions
11
pandoc.cabal
11
pandoc.cabal
|
@ -258,11 +258,10 @@ Flag old-locale
|
||||||
Default: False
|
Default: False
|
||||||
|
|
||||||
Library
|
Library
|
||||||
Build-Depends: base >= 4.7 && <5,
|
Build-Depends: base >= 4.7 && < 5,
|
||||||
syb >= 0.1 && < 0.8,
|
syb >= 0.1 && < 0.8,
|
||||||
containers >= 0.1 && < 0.6,
|
containers >= 0.1 && < 0.6,
|
||||||
unordered-containers >= 0.2 && < 0.3,
|
unordered-containers >= 0.2 && < 0.3,
|
||||||
array >= 0.3 && < 0.6,
|
|
||||||
parsec >= 3.1 && < 3.2,
|
parsec >= 3.1 && < 3.2,
|
||||||
mtl >= 2.2 && < 2.3,
|
mtl >= 2.2 && < 2.3,
|
||||||
filepath >= 1.1 && < 1.5,
|
filepath >= 1.1 && < 1.5,
|
||||||
|
@ -295,13 +294,11 @@ Library
|
||||||
binary >= 0.5 && < 0.9,
|
binary >= 0.5 && < 0.9,
|
||||||
SHA >= 1.6 && < 1.7,
|
SHA >= 1.6 && < 1.7,
|
||||||
haddock-library >= 1.1 && < 1.5,
|
haddock-library >= 1.1 && < 1.5,
|
||||||
old-time,
|
|
||||||
deepseq >= 1.3 && < 1.5,
|
deepseq >= 1.3 && < 1.5,
|
||||||
JuicyPixels >= 3.1.6.1 && < 3.3,
|
JuicyPixels >= 3.1.6.1 && < 3.3,
|
||||||
Glob >= 0.7 && < 0.8,
|
Glob >= 0.7 && < 0.8,
|
||||||
cmark >= 0.5 && < 0.6,
|
cmark >= 0.5 && < 0.6,
|
||||||
doctemplates >= 0.1 && < 0.2,
|
doctemplates >= 0.1 && < 0.2
|
||||||
free >= 4
|
|
||||||
if os(windows)
|
if os(windows)
|
||||||
Cpp-options: -D_WINDOWS
|
Cpp-options: -D_WINDOWS
|
||||||
else
|
else
|
||||||
|
@ -443,8 +440,7 @@ Library
|
||||||
Buildable: True
|
Buildable: True
|
||||||
|
|
||||||
Executable pandoc
|
Executable pandoc
|
||||||
Build-Depends: pandoc,
|
Build-Depends: pandoc, base >= 4.7 && < 5
|
||||||
base >= 4.2 && < 5
|
|
||||||
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
Ghc-Options: -rtsopts -with-rtsopts=-K16m -Wall -fno-warn-unused-do-bind
|
||||||
Ghc-Prof-Options: -fprof-auto-exported -rtsopts -with-rtsopts=-K16m
|
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-quickcheck >= 0.8 && < 0.9,
|
||||||
tasty-golden >= 2.3 && < 2.4,
|
tasty-golden >= 2.3 && < 2.4,
|
||||||
QuickCheck >= 2.4 && < 2.10,
|
QuickCheck >= 2.4 && < 2.10,
|
||||||
HUnit >= 1.2 && < 1.6,
|
|
||||||
containers >= 0.1 && < 0.6,
|
containers >= 0.1 && < 0.6,
|
||||||
ansi-terminal >= 0.5 && < 0.7,
|
ansi-terminal >= 0.5 && < 0.7,
|
||||||
executable-path >= 0.0 && < 0.1,
|
executable-path >= 0.0 && < 0.1,
|
||||||
|
|
Loading…
Reference in a new issue