Remove some more unused dependencies (#632)

* Remove library dependencies on contravariant and semigroups
* Remove testsuite dependencies on generic-random and tasty-quickcheck

Context: #588
This commit is contained in:
Simon Jakobi 2020-06-19 00:26:40 +02:00 committed by GitHub
parent 69ec0ad4a8
commit 0fa311301c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -873,7 +873,6 @@ library
, bytestring >= 0.10.8 && < 0.11
, comonad >= 5.0.4 && < 5.1
, containers >= 0.5.11.0 && < 0.7
, contravariant >= 1.5 && < 1.6
, data-fix >= 0.2.0 && < 0.3
, deepseq >=1.4.3 && <1.5
, deriving-compat >=0.3 && <0.6
@ -905,7 +904,6 @@ library
, scientific >= 0.3.6 && < 0.4
, semialign >= 1 && < 1.2
, semialign-indexed >= 1 && < 1.2
, semigroups >=0.18 && <0.19 || >= 0.19.1 && < 0.20
, some >= 1.0.1 && < 1.1
, split >= 0.2.3 && < 0.3
, syb >= 0.7 && < 0.8
@ -1004,7 +1002,6 @@ test-suite hnix-tests
, directory
, exceptions
, filepath
, generic-random
, hedgehog
, hnix
, interpolate
@ -1018,7 +1015,6 @@ test-suite hnix-tests
, tasty
, tasty-hedgehog
, tasty-hunit
, tasty-quickcheck
, tasty-th
, serialise
, template-haskell