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

@ -383,66 +383,66 @@ flag trypandoc
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,
unordered-containers >= 0.2 && < 0.3,
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
exceptions >= 0.8 && < 0.11,
filepath >= 1.1 && < 1.5,
process >= 1.2.3 && < 1.7,
directory >= 1.2.3 && < 1.4,
bytestring >= 0.9 && < 0.11,
text >= 1.1.1.0 && < 1.3,
time >= 1.5 && < 1.10,
safe >= 0.3 && < 0.4,
zip-archive >= 0.2.3.4 && < 0.5,
HTTP >= 4000.0.5 && < 4000.4, HTTP >= 4000.0.5 && < 4000.4,
texmath >= 0.12.0.2 && < 0.13, HsYAML >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4, JuicyPixels >= 3.1.6.1 && < 3.4,
split >= 0.2 && < 0.3, SHA >= 1.6 && < 1.7,
random >= 1 && < 1.2,
pandoc-types >= 1.22 && < 1.23,
aeson >= 0.7 && < 1.6, aeson >= 0.7 && < 1.6,
scientific >= 0.3 && < 0.4,
aeson-pretty >= 0.8.5 && < 0.9, aeson-pretty >= 0.8.5 && < 0.9,
tagsoup >= 0.14.6 && < 0.15, attoparsec >= 0.12 && < 0.14,
base64-bytestring >= 0.1 && < 1.2, base64-bytestring >= 0.1 && < 1.2,
zlib >= 0.5 && < 0.7, binary >= 0.5 && < 0.11,
skylighting >= 0.10 && < 0.11,
skylighting-core >= 0.10 && < 0.11,
data-default >= 0.4 && < 0.8,
temporary >= 1.1 && < 1.4,
blaze-html >= 0.9 && < 0.10, blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9, blaze-markup >= 0.8 && < 0.9,
jira-wiki-markup >= 1.3.2 && < 1.4, bytestring >= 0.9 && < 0.11,
case-insensitive >= 1.2 && < 1.3,
commonmark >= 0.1.0.2 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
commonmark-pandoc >= 0.2 && < 0.3,
connection >= 0.3.1,
containers >= 0.4.2.1 && < 0.7,
data-default >= 0.4 && < 0.8,
deepseq >= 1.3 && < 1.5,
directory >= 1.2.3 && < 1.4,
doclayout >= 0.3 && < 0.4,
doctemplates >= 0.8.2 && < 0.9,
emojis >= 0.1 && < 0.2,
exceptions >= 0.8 && < 0.11,
filepath >= 1.1 && < 1.5,
haddock-library >= 1.8 && < 1.10,
hslua >= 1.1 && < 1.3, hslua >= 1.1 && < 1.3,
hslua-module-system >= 0.2 && < 0.3, hslua-module-system >= 0.2 && < 0.3,
hslua-module-text >= 0.2.1 && < 0.4, hslua-module-text >= 0.2.1 && < 0.4,
binary >= 0.5 && < 0.11,
SHA >= 1.6 && < 1.7,
haddock-library >= 1.8 && < 1.10,
deepseq >= 1.3 && < 1.5,
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,
doctemplates >= 0.8.2 && < 0.9,
commonmark-pandoc >= 0.2 && < 0.3,
commonmark >= 0.1.0.2 && < 0.2,
commonmark-extensions >= 0.2 && < 0.3,
network-uri >= 2.6 && < 2.7,
network >= 2.6,
connection >= 0.3.1,
http-client >= 0.4.30 && < 0.8, http-client >= 0.4.30 && < 0.8,
http-client-tls >= 0.2.4 && < 0.4, http-client-tls >= 0.2.4 && < 0.4,
http-types >= 0.8 && < 0.13, http-types >= 0.8 && < 0.13,
case-insensitive >= 1.2 && < 1.3,
unicode-transforms >= 0.3 && < 0.4,
HsYAML >= 0.2 && < 0.3,
doclayout >= 0.3 && < 0.4,
ipynb >= 0.1 && < 0.2, ipynb >= 0.1 && < 0.2,
attoparsec >= 0.12 && < 0.14, jira-wiki-markup >= 1.3.2 && < 1.4,
mtl >= 2.2 && < 2.3,
network >= 2.6,
network-uri >= 2.6 && < 2.7,
pandoc-types >= 1.22 && < 1.23,
parsec >= 3.1 && < 3.2,
process >= 1.2.3 && < 1.7,
random >= 1 && < 1.2,
safe >= 0.3 && < 0.4,
scientific >= 0.3 && < 0.4,
skylighting >= 0.10 && < 0.11,
skylighting-core >= 0.10 && < 0.11,
split >= 0.2 && < 0.3,
syb >= 0.1 && < 0.8,
tagsoup >= 0.14.6 && < 0.15,
temporary >= 1.1 && < 1.4,
texmath >= 0.12.0.2 && < 0.13,
text >= 1.1.1.0 && < 1.3,
text-conversions >= 0.3 && < 0.4, text-conversions >= 0.3 && < 0.4,
emojis >= 0.1 && < 0.2 time >= 1.5 && < 1.10,
unicode-transforms >= 0.3 && < 0.4,
unordered-containers >= 0.2 && < 0.3,
xml >= 1.3.12 && < 1.4,
zip-archive >= 0.2.3.4 && < 0.5,
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
@ -714,9 +714,9 @@ benchmark weigh-pandoc
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,
exceptions >= 0.8 && < 0.11,
executable-path >= 0.0 && < 0.1,
filepath >= 1.1 && < 1.5, filepath >= 1.1 && < 1.5,
hslua >= 1.1 && < 1.3, hslua >= 1.1 && < 1.3,
mtl >= 2.2 && < 2.3,
pandoc-types >= 1.22 && < 1.23,
process >= 1.2.3 && < 1.7, process >= 1.2.3 && < 1.7,
temporary >= 1.1 && < 1.4,
Diff >= 0.2 && < 0.5,
tasty >= 0.11 && < 1.4, tasty >= 0.11 && < 1.4,
tasty-golden >= 2.3 && < 2.4,
tasty-hunit >= 0.9 && < 0.11, tasty-hunit >= 0.9 && < 0.11,
tasty-lua >= 0.2 && < 0.3, tasty-lua >= 0.2 && < 0.3,
tasty-quickcheck >= 0.8 && < 0.11, tasty-quickcheck >= 0.8 && < 0.11,
tasty-golden >= 2.3 && < 2.4, temporary >= 1.1 && < 1.4,
QuickCheck >= 2.4 && < 2.15, text >= 1.1.1.0 && < 1.3,
containers >= 0.4.2.1 && < 0.7, time >= 1.5 && < 1.10,
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.5,
xml >= 1.3.12 && < 1.4, xml >= 1.3.12 && < 1.4,
doctemplates >= 0.8.2 && < 0.9, zip-archive >= 0.2.3.4 && < 0.5
Glob >= 0.7 && < 0.11
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,
text >= 1.1.1.0 && < 1.3, bytestring,
containers,
criterion >= 1.0 && < 1.6,
mtl >= 2.2 && < 2.3, mtl >= 2.2 && < 2.3,
criterion >= 1.0 && < 1.6 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