Skip to content

Commit 5ae2d61

Browse files
committed
Remove unused packages from Cabal-tests
- Remove stm and containers from hackage-tests - Remove tasty-expected-failure from check-tests - Remove tasty-quickcheck from parser-tests - Remove async, binary, Cabal-tests, deep-seq, integer-logarithms, rere, tagged and transformers from unit-tests
1 parent fd93edf commit 5ae2d61

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Cabal-tests/Cabal-tests.cabal

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -57,31 +57,23 @@ test-suite unit-tests
5757
main-is: UnitTests.hs
5858
build-depends:
5959
array
60-
, async >=2.2.2 && <2.3
6160
, base >=4.9 && <5
62-
, binary
6361
, bytestring
6462
, Cabal
6563
, Cabal-described
6664
, Cabal-syntax
6765
, Cabal-QuickCheck
68-
, Cabal-tests
6966
, containers
70-
, deepseq
7167
, Diff >=0.4 && <0.6
7268
, directory
7369
, filepath
74-
, integer-logarithms >=1.0.2 && <1.1
7570
, pretty
7671
, QuickCheck >=2.14 && <2.15
77-
, rere >=0.1 && <0.3
78-
, tagged
7972
, tasty >=1.2.3 && <1.6
8073
, tasty-hunit
8174
, tasty-quickcheck
8275
, temporary
8376
, text
84-
, transformers
8577

8678
ghc-options: -Wall
8779
default-language: Haskell2010
@@ -102,7 +94,6 @@ test-suite parser-tests
10294
, tasty >=1.2.3 && <1.6
10395
, tasty-golden >=2.3.1.1 && <2.4
10496
, tasty-hunit
105-
, tasty-quickcheck
10697
, tree-diff >=0.1 && <0.4
10798

10899
ghc-options: -Wall
@@ -121,7 +112,6 @@ test-suite check-tests
121112
, directory
122113
, filepath
123114
, tasty >=1.2.3 && <1.6
124-
, tasty-expected-failure
125115
, tasty-golden >=2.3.1.1 && <2.4
126116

127117
ghc-options: -Wall
@@ -157,7 +147,6 @@ test-suite hackage-tests
157147
, Cabal
158148
, Cabal-syntax
159149
, Cabal-tree-diff
160-
, containers
161150
, deepseq
162151
, directory
163152
, filepath
@@ -167,7 +156,6 @@ test-suite hackage-tests
167156
, base-orphans >=0.6 && <0.10
168157
, clock >=0.8 && <0.9
169158
, optparse-applicative >=0.13.2.0 && <0.19
170-
, stm >=2.4.5.0 && <2.6
171159
, tar >=0.5.0.3 && <0.7
172160
, tree-diff >=0.1 && <0.4
173161

0 commit comments

Comments
 (0)