1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Description: Remove bytestring-builder from Build-depends
This package is a no-op for Debian (and so, we do not ship it).
Author: Joachim Breitner <nomeata@debian.org>
Forwarded: not-needed, debian specific
--- a/conduit-extra.cabal
+++ b/conduit-extra.cabal
@@ -78,7 +78,6 @@
, async
, attoparsec
, blaze-builder
- , bytestring-builder
, bytestring
, exceptions
, process
@@ -113,7 +112,6 @@
, conduit-extra
, criterion
, bytestring
- , bytestring-builder
, transformers
main-is: blaze.hs
ghc-options: -Wall -O2 -rtsopts
|