[cabal] update deps, remove unnecessary deps

parent 0fce3323
Pipeline #7155 failed with stages
in 11 minutes and 54 seconds
cabal.project.local
.idea/
dist-newstyle/
docs/
\ No newline at end of file
package haskell-bee
ghc-options: -Werror -Wredundant-constraints -Wunused-packages
......@@ -78,12 +78,11 @@ library
, containers >= 0.6.7 && < 0.8
, deepseq >= 1.0.0.0 && < 1.7
, haskell-pgmq >= 0.1.0.0 && < 0.2
, postgresql-libpq >= 0.10 && < 0.11
, postgresql-libpq >= 0.10 && <= 0.11
, postgresql-simple >= 0.6 && < 0.8
, safe >= 0.3 && < 0.4
, safe-exceptions >= 0.1.7 && < 0.2
, scientific >= 0.3.7.0 && < 0.4
, stm >= 2.5.3 && < 3
, text >= 1.2 && < 2.2
, time >= 1.10 && < 1.15
, units >= 2.4 && < 2.5
......@@ -152,7 +151,6 @@ test-suite pgmq-test-integration
, hspec >= 2.11 && < 3
, postgresql-simple >= 0.6 && < 0.8
, random-strings == 0.1.1.0
, stm >= 2.5.3 && < 3
, tasty >= 1.5 && < 1.6
, tasty-hspec >= 1.2.0 && < 2
, text >= 1.2 && < 2.2
......
......@@ -77,18 +77,9 @@ library
-- Other library packages from which modules are imported.
build-depends: base ^>=4.17.2.0
, aeson >= 2.1 && < 2.3
, bytestring >= 0.11 && < 0.13
, containers >= 0.6.7 && < 0.8
, deepseq >= 1.0.0.0 && < 1.7
, mtl >= 2.2 && < 2.4
, safe >= 0.3 && < 0.4
, safe-exceptions >= 0.1.7 && < 0.2
, scientific >= 0.3.7.0 && < 0.4
, stm >= 2.5.3 && < 3
, text >= 1.2 && < 2.2
, time >= 1.10 && < 1.15
, units >= 2.4 && < 2.5
, unix-time >= 0.4.11 && < 0.5
-- Directories containing source files.
hs-source-dirs: src
......@@ -114,9 +105,7 @@ test-suite test-unit
build-depends: base ^>=4.17.2.0
, aeson >= 2.1 && < 2.3
, tasty >= 1.5 && < 1.6
, tasty-hunit >= 0.10 && < 0.11
, tasty-quickcheck >= 0.10 && < 0.12
, unix-time >= 0.4.11 && < 0.5
, haskell-bee
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment