pandoc.cabal: sort build depends alphabetically (#6691)

This commit is contained in:
Albert Krewinkel 2020-09-21 18:28:25 +02:00 committed by GitHub
parent 29d4753cd9
commit ba591ba365
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -382,67 +382,67 @@ flag trypandoc
Default: False Default: False
library library
build-depends: base >= 4.9 && < 5, build-depends: base >= 4.9 && < 5,
syb >= 0.1 && < 0.8, Glob >= 0.7 && < 0.11,
containers >= 0.4.2.1 && < 0.7, HTTP >= 4000.0.5 && < 4000.4,
unordered-containers >= 0.2 && < 0.3, HsYAML >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2, JuicyPixels >= 3.1.6.1 && < 3.4,
mtl >= 2.2 && < 2.3, SHA >= 1.6 && < 1.7,
exceptions >= 0.8 && < 0.11, aeson >= 0.7 && < 1.6,
filepath >= 1.1 && < 1.5, aeson-pretty >= 0.8.5 && < 0.9,
process >= 1.2.3 && < 1.7, attoparsec >= 0.12 && < 0.14,
directory >= 1.2.3 && < 1.4, base64-bytestring >= 0.1 && < 1.2,
bytestring >= 0.9 && < 0.11, binary >= 0.5 && < 0.11,
text >= 1.1.1.0 && < 1.3, blaze-html >= 0.9 && < 0.10,
time >= 1.5 && < 1.10, blaze-markup >= 0.8 && < 0.9,
safe >= 0.3 && < 0.4, bytestring >= 0.9 && < 0.11,
zip-archive >= 0.2.3.4 && < 0.5, case-insensitive >= 1.2 && < 1.3,
HTTP >= 4000.0.5 && < 4000.4, commonmark >= 0.1.0.2 && < 0.2,
texmath >= 0.12.0.2 && < 0.13, commonmark-extensions >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4, commonmark-pandoc >= 0.2 && < 0.3,
split >= 0.2 && < 0.3, connection >= 0.3.1,
random >= 1 && < 1.2, containers >= 0.4.2.1 && < 0.7,
pandoc-types >= 1.22 && < 1.23, data-default >= 0.4 && < 0.8,
aeson >= 0.7 && < 1.6, deepseq >= 1.3 && < 1.5,
scientific >= 0.3 && < 0.4, directory >= 1.2.3 && < 1.4,
aeson-pretty >= 0.8.5 && < 0.9, doclayout >= 0.3 && < 0.4,
tagsoup >= 0.14.6 && < 0.15, doctemplates >= 0.8.2 && < 0.9,
base64-bytestring >= 0.1 && < 1.2, emojis >= 0.1 && < 0.2,
zlib >= 0.5 && < 0.7, exceptions >= 0.8 && < 0.11,
skylighting >= 0.10 && < 0.11, filepath >= 1.1 && < 1.5,
skylighting-core >= 0.10 && < 0.11, haddock-library >= 1.8 && < 1.10,
data-default >= 0.4 && < 0.8, hslua >= 1.1 && < 1.3,
temporary >= 1.1 && < 1.4, hslua-module-system >= 0.2 && < 0.3,
blaze-html >= 0.9 && < 0.10, hslua-module-text >= 0.2.1 && < 0.4,
blaze-markup >= 0.8 && < 0.9, http-client >= 0.4.30 && < 0.8,
jira-wiki-markup >= 1.3.2 && < 1.4, http-client-tls >= 0.2.4 && < 0.4,
hslua >= 1.1 && < 1.3, http-types >= 0.8 && < 0.13,
hslua-module-system >= 0.2 && < 0.3, ipynb >= 0.1 && < 0.2,
hslua-module-text >= 0.2.1 && < 0.4, jira-wiki-markup >= 1.3.2 && < 1.4,
binary >= 0.5 && < 0.11, mtl >= 2.2 && < 2.3,
SHA >= 1.6 && < 1.7, network >= 2.6,
haddock-library >= 1.8 && < 1.10, network-uri >= 2.6 && < 2.7,
deepseq >= 1.3 && < 1.5, pandoc-types >= 1.22 && < 1.23,
JuicyPixels >= 3.1.6.1 && < 3.4, parsec >= 3.1 && < 3.2,
Glob >= 0.7 && < 0.11, process >= 1.2.3 && < 1.7,
doctemplates >= 0.8.2 && < 0.9, random >= 1 && < 1.2,
commonmark-pandoc >= 0.2 && < 0.3, safe >= 0.3 && < 0.4,
commonmark >= 0.1.0.2 && < 0.2, scientific >= 0.3 && < 0.4,
commonmark-extensions >= 0.2 && < 0.3, skylighting >= 0.10 && < 0.11,
network-uri >= 2.6 && < 2.7, skylighting-core >= 0.10 && < 0.11,
network >= 2.6, split >= 0.2 && < 0.3,
connection >= 0.3.1, syb >= 0.1 && < 0.8,
http-client >= 0.4.30 && < 0.8, tagsoup >= 0.14.6 && < 0.15,
http-client-tls >= 0.2.4 && < 0.4, temporary >= 1.1 && < 1.4,
http-types >= 0.8 && < 0.13, texmath >= 0.12.0.2 && < 0.13,
case-insensitive >= 1.2 && < 1.3, text >= 1.1.1.0 && < 1.3,
unicode-transforms >= 0.3 && < 0.4, text-conversions >= 0.3 && < 0.4,
HsYAML >= 0.2 && < 0.3, time >= 1.5 && < 1.10,
doclayout >= 0.3 && < 0.4, unicode-transforms >= 0.3 && < 0.4,
ipynb >= 0.1 && < 0.2, unordered-containers >= 0.2 && < 0.3,
attoparsec >= 0.12 && < 0.14, xml >= 1.3.12 && < 1.4,
text-conversions >= 0.3 && < 0.4, zip-archive >= 0.2.3.4 && < 0.5,
emojis >= 0.1 && < 0.2 zlib >= 0.5 && < 0.7
if os(windows) && arch(i386) if os(windows) && arch(i386)
build-depends: basement >= 0.0.10, build-depends: basement >= 0.0.10,
foundation >= 0.0.23 foundation >= 0.0.23
@ -713,10 +713,10 @@ benchmark weigh-pandoc
main-is: weigh-pandoc.hs main-is: weigh-pandoc.hs
hs-source-dirs: benchmark hs-source-dirs: benchmark
build-depends: pandoc, build-depends: pandoc,
base >= 4.8 && < 5, base >= 4.8 && < 5,
mtl >= 2.2 && < 2.3,
text, text,
weigh >= 0.0 && < 0.1, weigh >= 0.0 && < 0.1,
mtl >= 2.2 && < 2.3
if impl(ghc < 8.4) if impl(ghc < 8.4)
hs-source-dirs: prelude hs-source-dirs: prelude
other-modules: Prelude other-modules: Prelude
@ -740,33 +740,33 @@ test-suite test-pandoc
type: exitcode-stdio-1.0 type: exitcode-stdio-1.0
main-is: test-pandoc.hs main-is: test-pandoc.hs
hs-source-dirs: test hs-source-dirs: test
build-depends: base >= 4.8 && < 5, build-depends: pandoc,
pandoc, base >= 4.8 && < 5,
pandoc-types >= 1.22 && < 1.23, Diff >= 0.2 && < 0.5,
mtl >= 2.2 && < 2.3, Glob >= 0.7 && < 0.11,
bytestring >= 0.9 && < 0.11, QuickCheck >= 2.4 && < 2.15,
base64-bytestring >= 0.1 && < 1.2, base64-bytestring >= 0.1 && < 1.2,
exceptions >= 0.8 && < 0.11, bytestring >= 0.9 && < 0.11,
text >= 1.1.1.0 && < 1.3, containers >= 0.4.2.1 && < 0.7,
time >= 1.5 && < 1.10, directory >= 1.2.3 && < 1.4,
directory >= 1.2.3 && < 1.4, doctemplates >= 0.8.2 && < 0.9,
filepath >= 1.1 && < 1.5, exceptions >= 0.8 && < 0.11,
hslua >= 1.1 && < 1.3, executable-path >= 0.0 && < 0.1,
process >= 1.2.3 && < 1.7, filepath >= 1.1 && < 1.5,
temporary >= 1.1 && < 1.4, hslua >= 1.1 && < 1.3,
Diff >= 0.2 && < 0.5, mtl >= 2.2 && < 2.3,
tasty >= 0.11 && < 1.4, pandoc-types >= 1.22 && < 1.23,
tasty-hunit >= 0.9 && < 0.11, process >= 1.2.3 && < 1.7,
tasty-lua >= 0.2 && < 0.3, tasty >= 0.11 && < 1.4,
tasty-quickcheck >= 0.8 && < 0.11, tasty-golden >= 2.3 && < 2.4,
tasty-golden >= 2.3 && < 2.4, tasty-hunit >= 0.9 && < 0.11,
QuickCheck >= 2.4 && < 2.15, tasty-lua >= 0.2 && < 0.3,
containers >= 0.4.2.1 && < 0.7, tasty-quickcheck >= 0.8 && < 0.11,
executable-path >= 0.0 && < 0.1, temporary >= 1.1 && < 1.4,
zip-archive >= 0.2.3.4 && < 0.5, text >= 1.1.1.0 && < 1.3,
xml >= 1.3.12 && < 1.4, time >= 1.5 && < 1.10,
doctemplates >= 0.8.2 && < 0.9, xml >= 1.3.12 && < 1.4,
Glob >= 0.7 && < 0.11 zip-archive >= 0.2.3.4 && < 0.5
if impl(ghc < 8.4) if impl(ghc < 8.4)
hs-source-dirs: prelude hs-source-dirs: prelude
other-modules: Prelude other-modules: Prelude
@ -848,11 +848,13 @@ benchmark benchmark-pandoc
main-is: benchmark-pandoc.hs main-is: benchmark-pandoc.hs
hs-source-dirs: benchmark hs-source-dirs: benchmark
build-depends: pandoc, build-depends: pandoc,
time, bytestring, containers, base >= 4.8 && < 5,
base >= 4.8 && < 5, bytestring,
text >= 1.1.1.0 && < 1.3, containers,
mtl >= 2.2 && < 2.3, criterion >= 1.0 && < 1.6,
criterion >= 1.0 && < 1.6 mtl >= 2.2 && < 2.3,
text >= 1.1.1.0 && < 1.3,
time
if impl(ghc < 8.4) if impl(ghc < 8.4)
hs-source-dirs: prelude hs-source-dirs: prelude
other-modules: Prelude other-modules: Prelude