diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-03-09 12:34:15 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-03-09 12:34:36 -0800 |
commit | a9a05110d01232fbc0d2eedc06de878bcef09b00 (patch) | |
tree | a20dfbd7dab94daac2b134f10a260327cfc33bcd | |
parent | 7a1d0f01e94d115f361ead110b60174bfc732033 (diff) | |
download | pandoc-a9a05110d01232fbc0d2eedc06de878bcef09b00.tar.gz |
Remove some unused packages from pandoc.cabal.
-rw-r--r-- | pandoc.cabal | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 5df9f734e..a781170fa 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -398,8 +398,7 @@ flag trypandoc common common-options default-language: Haskell2010 - build-depends: base >= 4.9 && < 5, - text >= 1.1.1.0 && < 1.3 + build-depends: base >= 4.9 && < 5 ghc-options: -Wall -fno-warn-unused-do-bind -Wincomplete-record-updates -Wnoncanonical-monad-instances @@ -746,7 +745,6 @@ test-suite test-pandoc Diff >= 0.2 && < 0.5, Glob >= 0.7 && < 0.11, QuickCheck >= 2.4 && < 2.15, - base64-bytestring >= 0.1 && < 1.3, bytestring >= 0.9 && < 0.12, containers >= 0.4.2.1 && < 0.7, directory >= 1.2.3 && < 1.4, @@ -763,7 +761,7 @@ test-suite test-pandoc 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 |