From ba591ba365da41f52cacc7c1cb2f2d87c9ba3cdc Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Mon, 21 Sep 2020 18:28:25 +0200
Subject: pandoc.cabal: sort build depends alphabetically (#6691)

---
 pandoc.cabal | 194 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 98 insertions(+), 96 deletions(-)

diff --git a/pandoc.cabal b/pandoc.cabal
index e0ba97df8..b028e5c4a 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -382,67 +382,67 @@ flag trypandoc
   Default:       False
 
 library
-  build-depends: base >= 4.9 && < 5,
-                 syb >= 0.1 && < 0.8,
-                 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,
-                 texmath >= 0.12.0.2 && < 0.13,
-                 xml >= 1.3.12 && < 1.4,
-                 split >= 0.2 && < 0.3,
-                 random >= 1 && < 1.2,
-                 pandoc-types >= 1.22 && < 1.23,
-                 aeson >= 0.7 && < 1.6,
-                 scientific >= 0.3 && < 0.4,
-                 aeson-pretty >= 0.8.5 && < 0.9,
-                 tagsoup >= 0.14.6 && < 0.15,
-                 base64-bytestring >= 0.1 && < 1.2,
-                 zlib >= 0.5 && < 0.7,
-                 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-markup >= 0.8 && < 0.9,
-                 jira-wiki-markup >= 1.3.2 && < 1.4,
-                 hslua >= 1.1 && < 1.3,
-                 hslua-module-system >= 0.2 && < 0.3,
-                 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-tls >= 0.2.4 && < 0.4,
-                 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,
-                 attoparsec >= 0.12 && < 0.14,
-                 text-conversions >= 0.3 && < 0.4,
-                 emojis >= 0.1 && < 0.2
+  build-depends: base                  >= 4.9      && < 5,
+                 Glob                  >= 0.7      && < 0.11,
+                 HTTP                  >= 4000.0.5 && < 4000.4,
+                 HsYAML                >= 0.2      && < 0.3,
+                 JuicyPixels           >= 3.1.6.1  && < 3.4,
+                 SHA                   >= 1.6      && < 1.7,
+                 aeson                 >= 0.7      && < 1.6,
+                 aeson-pretty          >= 0.8.5    && < 0.9,
+                 attoparsec            >= 0.12     && < 0.14,
+                 base64-bytestring     >= 0.1      && < 1.2,
+                 binary                >= 0.5      && < 0.11,
+                 blaze-html            >= 0.9      && < 0.10,
+                 blaze-markup          >= 0.8      && < 0.9,
+                 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-module-system   >= 0.2      && < 0.3,
+                 hslua-module-text     >= 0.2.1    && < 0.4,
+                 http-client           >= 0.4.30   && < 0.8,
+                 http-client-tls       >= 0.2.4    && < 0.4,
+                 http-types            >= 0.8      && < 0.13,
+                 ipynb                 >= 0.1      && < 0.2,
+                 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,
+                 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)
      build-depends: basement >= 0.0.10,
                     foundation >= 0.0.23
@@ -713,10 +713,10 @@ benchmark weigh-pandoc
   main-is:         weigh-pandoc.hs
   hs-source-dirs:  benchmark
   build-depends:   pandoc,
-                   base >= 4.8 && < 5,
+                   base    >= 4.8 && < 5,
+                   mtl     >= 2.2 && < 2.3,
                    text,
-                   weigh >= 0.0 && < 0.1,
-                   mtl >= 2.2 && < 2.3
+                   weigh   >= 0.0 && < 0.1,
   if impl(ghc < 8.4)
      hs-source-dirs: prelude
      other-modules:  Prelude
@@ -740,33 +740,33 @@ test-suite test-pandoc
   type:           exitcode-stdio-1.0
   main-is:        test-pandoc.hs
   hs-source-dirs: test
-  build-depends:  base >= 4.8 && < 5,
-                  pandoc,
-                  pandoc-types >= 1.22 && < 1.23,
-                  mtl >= 2.2 && < 2.3,
-                  bytestring >= 0.9 && < 0.11,
-                  base64-bytestring >= 0.1 && < 1.2,
-                  exceptions >= 0.8 && < 0.11,
-                  text >= 1.1.1.0 && < 1.3,
-                  time >= 1.5 && < 1.10,
-                  directory >= 1.2.3 && < 1.4,
-                  filepath >= 1.1 && < 1.5,
-                  hslua >= 1.1 && < 1.3,
-                  process >= 1.2.3 && < 1.7,
-                  temporary >= 1.1 && < 1.4,
-                  Diff >= 0.2 && < 0.5,
-                  tasty >= 0.11 && < 1.4,
-                  tasty-hunit >= 0.9 && < 0.11,
-                  tasty-lua >= 0.2 && < 0.3,
-                  tasty-quickcheck >= 0.8 && < 0.11,
-                  tasty-golden >= 2.3 && < 2.4,
-                  QuickCheck >= 2.4 && < 2.15,
-                  containers >= 0.4.2.1 && < 0.7,
-                  executable-path >= 0.0 && < 0.1,
-                  zip-archive >= 0.2.3.4 && < 0.5,
-                  xml >= 1.3.12 && < 1.4,
-                  doctemplates >= 0.8.2 && < 0.9,
-                  Glob >= 0.7 && < 0.11
+  build-depends:  pandoc,
+                  base              >= 4.8     && < 5,
+                  Diff              >= 0.2     && < 0.5,
+                  Glob              >= 0.7     && < 0.11,
+                  QuickCheck        >= 2.4     && < 2.15,
+                  base64-bytestring >= 0.1     && < 1.2,
+                  bytestring        >= 0.9     && < 0.11,
+                  containers        >= 0.4.2.1 && < 0.7,
+                  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,
+                  hslua             >= 1.1     && < 1.3,
+                  mtl               >= 2.2     && < 2.3,
+                  pandoc-types      >= 1.22    && < 1.23,
+                  process           >= 1.2.3   && < 1.7,
+                  tasty             >= 0.11    && < 1.4,
+                  tasty-golden      >= 2.3     && < 2.4,
+                  tasty-hunit       >= 0.9     && < 0.11,
+                  tasty-lua         >= 0.2     && < 0.3,
+                  tasty-quickcheck  >= 0.8     && < 0.11,
+                  temporary         >= 1.1     && < 1.4,
+                  text              >= 1.1.1.0 && < 1.3,
+                  time              >= 1.5     && < 1.10,
+                  xml               >= 1.3.12  && < 1.4,
+                  zip-archive       >= 0.2.3.4 && < 0.5
   if impl(ghc < 8.4)
      hs-source-dirs: prelude
      other-modules:  Prelude
@@ -848,11 +848,13 @@ benchmark benchmark-pandoc
   main-is:         benchmark-pandoc.hs
   hs-source-dirs:  benchmark
   build-depends:   pandoc,
-                   time, bytestring, containers,
-                   base >= 4.8 && < 5,
-                   text >= 1.1.1.0 && < 1.3,
-                   mtl >= 2.2 && < 2.3,
-                   criterion >= 1.0 && < 1.6
+                   base        >= 4.8     && < 5,
+                   bytestring,
+                   containers,
+                   criterion   >= 1.0     && < 1.6,
+                   mtl         >= 2.2     && < 2.3,
+                   text        >= 1.1.1.0 && < 1.3,
+                   time
   if impl(ghc < 8.4)
      hs-source-dirs: prelude
      other-modules:  Prelude
-- 
cgit v1.2.3