[Pkg-haskell-commits] darcs: haskell-http-enumerator: Fix some build deps.
clint at debian.org
clint at debian.org
Sat Oct 22 03:36:33 UTC 2011
Sat Oct 22 03:36:06 UTC 2011 clint at debian.org
* Fix some build deps.
Ignore-this: 163913df8b3ef871a9875398793c421e
M ./control -12 +12
Sat Oct 22 03:36:06 UTC 2011 clint at debian.org
* Fix some build deps.
Ignore-this: 163913df8b3ef871a9875398793c421e
diff -rN -u old-haskell-http-enumerator//control new-haskell-http-enumerator//control
--- old-haskell-http-enumerator//control 2011-10-22 03:36:33.495672796 +0000
+++ new-haskell-http-enumerator//control 2011-10-22 03:36:33.503672069 +0000
@@ -44,12 +44,12 @@
libghc-blaze-builder-enumerator-prof,
libghc-cprng-aes-dev (>= 0.2),
libghc-cprng-aes-dev (<< 0.3),
- libghc-cprng-aes-prof,
- libghc-tls-dev (>= 0.7),
- libghc-tls-dev (<< 0.8),
- libghc-tls-prof,
+ libghc-cprng-aes-prof
+ , libghc-tls-dev (>> 0.8.1)
+ , libghc-tls-dev (<< 0.9)
+ , libghc-tls-prof,
libghc-tls-extra-dev (>= 0.3),
- libghc-tls-extra-dev (<< 0.4),
+ libghc-tls-extra-dev (<< 0.5),
libghc-tls-extra-prof,
libghc-monad-control-dev (>= 0.2),
libghc-monad-control-dev (<< 0.3),
@@ -62,10 +62,10 @@
libghc-case-insensitive-prof,
libghc-base64-bytestring-dev (>= 0.1),
libghc-base64-bytestring-dev (<< 0.2),
- libghc-base64-bytestring-prof,
- libghc-asn1-data-dev (>= 0.5.1),
- libghc-asn1-data-dev (<< 0.6),
- libghc-asn1-data-prof
+ libghc-base64-bytestring-prof
+ , libghc-asn1-data-dev (>> 0.5.1)
+ , libghc-asn1-data-dev (<< 0.7)
+ , libghc-asn1-data-prof
Build-Depends-Indep: ghc-doc,
libghc-transformers-doc,
libghc-failure-doc,
@@ -98,7 +98,7 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: HTTP client package with enumerator interface and HTTPS support
- This package uses attoparsec for parsing the actual contents of the HTTP
+ This package uses attoparsec for parsing the actual contents of the HTTP
connection. It contains everything you need to initiate HTTP connections.
.
This package provides a library for the Haskell programming language.
@@ -111,7 +111,7 @@
Suggests: ${haskell:Suggests}
Provides: ${haskell:Provides}
Description: HTTP client package with enumerator interface and HTTPS support; prof
- This package uses attoparsec for parsing the actual contents of the HTTP
+ This package uses attoparsec for parsing the actual contents of the HTTP
connection. It contains everything you need to initiate HTTP connections.
.
This package provides a library for the Haskell programming language, compiled
@@ -124,7 +124,7 @@
Recommends: ${haskell:Recommends}
Suggests: ${haskell:Suggests}
Description: HTTP client package with enumerator interface and HTTPS support; docs
- This package uses attoparsec for parsing the actual contents of the HTTP
+ This package uses attoparsec for parsing the actual contents of the HTTP
connection. It contains everything you need to initiate HTTP connections.
.
This package provides the documentation for a library for the Haskell
More information about the Pkg-haskell-commits
mailing list