File: no-bytestring-builder

package info (click to toggle)
haskell-snap-core 1.0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 792 kB
  • sloc: haskell: 7,649; sh: 47; ansic: 26; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Description: patch out use of bytestring-builder

--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -134,7 +134,6 @@ Library
     attoparsec                >= 0.12    && < 0.15,
     base                      >= 4       && < 5,
     bytestring                >= 0.9     && < 0.12,
-    bytestring-builder        >= 0.10.4  && < 0.11,
     case-insensitive          >= 1.1     && < 1.3,
     containers                >= 0.3     && < 1.0,
     directory                 >= 1       && < 2,
@@ -252,7 +251,6 @@ Test-suite testsuite
     attoparsec,
     base,
     bytestring,
-    bytestring-builder,
     case-insensitive,
     containers,
     directory,