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/text-show.cabal
+++ b/text-show.cabal
@@ -165,7 +165,6 @@ library
, base-compat >= 0.8.1 && < 1
, bifunctors >= 5.1 && < 6
, bytestring >= 0.9 && < 0.11
- , bytestring-builder
, containers >= 0.1 && < 0.6
, contravariant >= 0.5 && < 2
, generic-deriving >= 1.11 && < 2
@@ -359,7 +358,6 @@ test-suite spec
, base-orphans >= 0.6 && < 0.7
, bifunctors >= 5.1 && < 6
, bytestring >= 0.9 && < 0.11
- , bytestring-builder
, containers >= 0.1 && < 0.6
, contravariant >= 0.5 && < 2
, deriving-compat >= 0.3.4 && < 1
@@ -416,7 +414,6 @@ benchmark bench
, base-compat >= 0.8.1 && < 1
, bifunctors >= 5.1 && < 6
, bytestring >= 0.9 && < 0.11
- , bytestring-builder
, containers >= 0.1 && < 0.6
, contravariant >= 0.5 && < 2
, criterion >= 1.1.4 && < 2
|