File: no-bytestring-builder

package info (click to toggle)
haskell-xmlhtml 0.2.5.2-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,936 kB
  • sloc: xml: 8,109; haskell: 5,477; sh: 6; makefile: 3
file content (20 lines) | stat: -rw-r--r-- 858 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/xmlhtml.cabal
===================================================================
--- a/xmlhtml.cabal
+++ b/xmlhtml.cabal
@@ -839,7 +839,6 @@ Library
                        blaze-html           >= 0.9   && < 0.10,
                        blaze-markup         >= 0.8   && < 0.9,
                        bytestring           >= 0.9   && < 0.12,
-                       bytestring-builder   >= 0.10.4.0.2 && < 0.11,
                        containers           >= 0.3   && < 0.7,
                        parsec               >= 3.1.2 && < 3.2,
                        text                 >= 0.11  && < 2.1,
@@ -868,7 +867,6 @@ Test-suite testsuite
     blaze-html,
     blaze-markup,
     bytestring,
-    bytestring-builder,
     containers,
     directory                  >= 1.0      && <1.4,
     hspec                      >= 2.4      && <2.10,