[Git][haskell-team/DHG_packages][master] websockets: patch for no bytestring-builder

Clint Adams gitlab at salsa.debian.org
Fri Apr 13 16:59:49 UTC 2018


Clint Adams pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
c88ca9df by Clint Adams at 2018-04-13T12:59:22-04:00
websockets: patch for no bytestring-builder

- - - - -


4 changed files:

- p/haskell-websockets/debian/changelog
- p/haskell-websockets/debian/control
- + p/haskell-websockets/debian/patches/no-bytestring-builder
- + p/haskell-websockets/debian/patches/series


Changes:

=====================================
p/haskell-websockets/debian/changelog
=====================================
--- a/p/haskell-websockets/debian/changelog
+++ b/p/haskell-websockets/debian/changelog
@@ -1,3 +1,9 @@
+haskell-websockets (0.12.4.0-2) unstable; urgency=medium
+
+  * Patch for no bytestring-builder.
+
+ -- Clint Adams <clint at debian.org>  Fri, 13 Apr 2018 12:58:21 -0400
+
 haskell-websockets (0.12.4.0-1) unstable; urgency=medium
 
   [ Ilias Tsitsimpis ]


=====================================
p/haskell-websockets/debian/control
=====================================
--- a/p/haskell-websockets/debian/control
+++ b/p/haskell-websockets/debian/control
@@ -20,8 +20,6 @@ Build-Depends: debhelper (>= 10),
  libghc-base64-bytestring-dev (>= 0.1),
  libghc-base64-bytestring-dev (<< 1.1),
  libghc-base64-bytestring-prof,
- libghc-bytestring-builder-dev (<< 0.11),
- libghc-bytestring-builder-prof,
  libghc-case-insensitive-dev (>= 0.3),
  libghc-case-insensitive-dev (<< 1.3),
  libghc-case-insensitive-prof (>= 0.3),
@@ -57,7 +55,6 @@ Build-Depends-Indep: ghc-doc,
  libghc-sha-doc,
  libghc-attoparsec-doc,
  libghc-base64-bytestring-doc,
- libghc-bytestring-builder-doc,
  libghc-case-insensitive-doc,
  libghc-entropy-doc,
  libghc-network-doc,


=====================================
p/haskell-websockets/debian/patches/no-bytestring-builder
=====================================
--- /dev/null
+++ b/p/haskell-websockets/debian/patches/no-bytestring-builder
@@ -0,0 +1,42 @@
+--- a/websockets.cabal
++++ b/websockets.cabal
+@@ -84,7 +84,6 @@
+     base64-bytestring >= 0.1    && < 1.1,
+     binary            >= 0.8.1  && < 0.10,
+     bytestring        >= 0.9    && < 0.11,
+-    bytestring-builder             < 0.11,
+     case-insensitive  >= 0.3    && < 1.3,
+     containers        >= 0.3    && < 0.6,
+     network           >= 2.3    && < 2.7,
+@@ -141,7 +140,6 @@
+     base64-bytestring >= 0.1    && < 1.1,
+     binary            >= 0.8.1  && < 0.10,
+     bytestring        >= 0.9    && < 0.11,
+-    bytestring-builder             < 0.11,
+     case-insensitive  >= 0.3    && < 1.3,
+     containers        >= 0.3    && < 0.6,
+     network           >= 2.3    && < 2.7,
+@@ -167,7 +165,6 @@
+     base64-bytestring >= 0.1    && < 1.1,
+     binary            >= 0.8.1  && < 0.10,
+     bytestring        >= 0.9    && < 0.11,
+-    bytestring-builder             < 0.11,
+     case-insensitive  >= 0.3    && < 1.3,
+     containers        >= 0.3    && < 0.6,
+     network           >= 2.3    && < 2.7,
+@@ -195,7 +192,6 @@
+     base64-bytestring >= 0.1    && < 1.1,
+     binary            >= 0.8.1  && < 0.10,
+     bytestring        >= 0.9    && < 0.11,
+-    bytestring-builder             < 0.11,
+     case-insensitive  >= 0.3    && < 1.3,
+     containers        >= 0.3    && < 0.6,
+     network           >= 2.3    && < 2.7,
+@@ -221,7 +217,6 @@
+         base64-bytestring >= 0.1    && < 1.1,
+         binary            >= 0.8.1  && < 0.10,
+         bytestring        >= 0.9    && < 0.11,
+-        bytestring-builder             < 0.11,
+         case-insensitive  >= 0.3    && < 1.3,
+         containers        >= 0.3    && < 0.6,
+         network           >= 2.3    && < 2.7,


=====================================
p/haskell-websockets/debian/patches/series
=====================================
--- /dev/null
+++ b/p/haskell-websockets/debian/patches/series
@@ -0,0 +1 @@
+no-bytestring-builder



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c88ca9df437d1cb5dab42f592f34fbb366d40707

---
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/c88ca9df437d1cb5dab42f592f34fbb366d40707
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/pkg-haskell-commits/attachments/20180413/a2d56b5c/attachment-0001.html>


More information about the Pkg-haskell-commits mailing list