File: no-bytestring-builder

package info (click to toggle)
haskell-snap-core 1.0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 788 kB
  • sloc: haskell: 7,612; sh: 47; ansic: 23; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 623 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 @@
     attoparsec                >= 0.12    && < 0.14,
     base                      >= 4       && < 5,
     bytestring                >= 0.9     && < 0.11,
-    bytestring-builder        >= 0.10.4  && < 0.11,
     case-insensitive          >= 1.1     && < 1.3,
     containers                >= 0.3     && < 1.0,
     directory                 >= 1       && < 2,
@@ -247,7 +246,6 @@
     attoparsec,
     base,
     bytestring,
-    bytestring-builder,
     case-insensitive,
     containers,
     directory,