1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
--- a/binary-tagged.cabal
+++ b/binary-tagged.cabal
@@ -39,7 +39,6 @@ library
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
- , nats >=1 && <1.2
, scientific >=0.3 && <0.4
, SHA >=1.6 && <1.7
, semigroups >=0.16 && <0.19
@@ -68,7 +67,6 @@ test-suite binary-tagged-test
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
- , nats >=1 && <1.2
, scientific >=0.3 && <0.4
, SHA >=1.6 && <1.7
, semigroups >=0.16 && <0.19
@@ -105,7 +103,6 @@ benchmark binary-tagged-bench
, containers >=0.5 && <0.6
, generics-sop >=0.1 && <0.3
, hashable >=1.2 && <1.3
- , nats >=1 && <1.2
, scientific >=0.3 && <0.4
, SHA >=1.6 && <1.7
, semigroups >=0.16 && <0.19
|