Skip to content
Snippets Groups Projects
Unverified Commit fd73c3a6 authored by mergify[bot]'s avatar mergify[bot] Committed by GitHub
Browse files

Merge pull request #8008 from haskell/andrea/remove-unused-packages

Try to resolve unused-packages warnings
parents 1f84e563 e5695f9e
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,6 @@ library
build-depends:
, array >=0.4 && <0.6
, base >=4.10 && <4.17
, binary >=0.7.3 && <0.9
, bytestring >=0.10.6.0 && <0.12
, Cabal ^>=3.7
, Cabal-syntax ^>=3.7
......
......@@ -206,7 +206,6 @@ library
bytestring >= 0.10.6.0 && < 0.12,
containers >= 0.5.6.2 && < 0.7,
cryptohash-sha256 >= 0.11 && < 0.12,
deepseq >= 1.4.1.1 && < 1.5,
directory >= 1.2.2.0 && < 1.4,
echo >= 0.1.3 && < 0.2,
edit-distance >= 0.2.2 && < 0.3,
......@@ -222,7 +221,6 @@ library
stm >= 2.0 && < 2.6,
tar >= 0.5.0.3 && < 0.6,
time >= 1.5.0.1 && < 1.11,
transformers >= 0.4.2.0 && < 0.6,
zlib >= 0.5.3 && < 0.7,
hackage-security >= 0.6.2.0 && < 0.7,
text >= 1.2.3 && < 1.3,
......@@ -400,7 +398,6 @@ test-suite long-tests
Cabal-described,
cabal-install,
containers,
deepseq >= 1.2,
directory,
filepath,
hashable,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment