From a9a05110d01232fbc0d2eedc06de878bcef09b00 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 9 Mar 2021 12:34:15 -0800 Subject: Remove some unused packages from pandoc.cabal. --- pandoc.cabal | 6 ++---- 1 file 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 -- cgit v1.2.3