From 9378de558f4ca605ac24627257bb3cc23b0953ba Mon Sep 17 00:00:00 2001 From: Wolfgang Walther Date: Fri, 7 Jan 2022 11:50:34 +0100 Subject: [PATCH] Remove unused dependencies from postgrest.cabal --- postgrest.cabal | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 05e4d06ef..64794b1a3 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -69,7 +69,6 @@ library , HTTP >= 4000.3.7 && < 4000.4 , Ranged-sets >= 0.3 && < 0.5 , aeson >= 1.4.7 && < 1.6 - , ansi-wl-pprint >= 0.6.7 && < 0.7 , auto-update >= 0.1.4 && < 0.2 , base64-bytestring >= 1 && < 1.3 , bytestring >= 0.10.8 && < 0.11 @@ -77,7 +76,6 @@ library , cassava >= 0.4.5 && < 0.6 , configurator-pg >= 0.2 && < 0.3 , containers >= 0.5.7 && < 0.7 - , contravariant >= 1.4 && < 1.6 , contravariant-extras >= 0.3.3 && < 0.4 , cookie >= 0.4.2 && < 0.5 , either >= 4.4.1 && < 5.1 @@ -208,10 +206,7 @@ test-suite spec , base64-bytestring >= 1 && < 1.3 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2 && < 1.3 - , cassava >= 0.4.5 && < 0.6 , containers >= 0.5.7 && < 0.7 - , contravariant >= 1.4 && < 1.6 - , hasql >= 1.4 && < 1.5 , hasql-pool >= 0.5 && < 0.6 , hasql-transaction >= 1.0.1 && < 1.1 , heredoc >= 0.2 && < 0.3 @@ -227,7 +222,6 @@ test-suite spec , protolude >= 0.3 && < 0.4 , regex-tdfa >= 1.2.2 && < 1.4 , text >= 1.2.2 && < 1.3 - , time >= 1.6 && < 1.11 , transformers-base >= 0.4.4 && < 0.5 , wai >= 3.2.1 && < 3.3 , wai-extra >= 3.0.19 && < 3.2 @@ -247,13 +241,9 @@ test-suite querycost other-modules: SpecHelper build-depends: base >= 4.9 && < 4.16 , aeson >= 1.4.7 && < 1.6 - , aeson-qq >= 0.8.1 && < 0.9 - , async >= 2.1.1 && < 2.3 - , auto-update >= 0.1.4 && < 0.2 , base64-bytestring >= 1 && < 1.3 , bytestring >= 0.10.8 && < 0.11 , case-insensitive >= 1.2 && < 1.3 - , cassava >= 0.4.5 && < 0.6 , containers >= 0.5.7 && < 0.7 , contravariant >= 1.4 && < 1.6 , hasql >= 1.4 && < 1.5 @@ -263,19 +253,13 @@ test-suite querycost , heredoc >= 0.2 && < 0.3 , hspec >= 2.3 && < 2.9 , hspec-wai >= 0.10 && < 0.12 - , hspec-wai-json >= 0.10 && < 0.12 , http-types >= 0.12.3 && < 0.13 , lens >= 4.14 && < 5.1 , lens-aeson >= 1.0.1 && < 1.2 - , monad-control >= 1.0.1 && < 1.1 , postgrest , process >= 1.4.2 && < 1.7 , protolude >= 0.3 && < 0.4 , regex-tdfa >= 1.2.2 && < 1.4 - , text >= 1.2.2 && < 1.3 - , time >= 1.6 && < 1.11 - , transformers-base >= 0.4.4 && < 0.5 - , wai >= 3.2.1 && < 3.3 , wai-extra >= 3.0.19 && < 3.2 ghc-options: -O0 -Werror -Wall -fwarn-identities -fno-spec-constr -optP-Wno-nonportable-include-path