File: no-bytestring-builder

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

Index: b/snap-core.cabal
===================================================================
--- a/snap-core.cabal
+++ b/snap-core.cabal
@@ -145,7 +145,6 @@ Library
     HUnit                     >= 1.2     && < 2,
     attoparsec                >= 0.12    && < 0.15,
     bytestring                >= 0.9     && < 0.13,
-    bytestring-builder        >= 0.10.4  && < 0.11,
     case-insensitive          >= 1.1     && < 1.3,
     containers                >= 0.3     && < 1.0,
     directory                 >= 1       && < 2,
@@ -260,7 +259,6 @@ Test-suite testsuite
     HUnit,
     attoparsec,
     bytestring,
-    bytestring-builder,
     case-insensitive,
     containers,
     directory,