[DHG_packages] 01/01: text-show: patch for no bytestring-builder

Clint Adams clint at moszumanska.debian.org
Sun Dec 6 21:45:14 UTC 2015


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository DHG_packages.

commit 6916800e012a273a8e24d61e1e09522df957c20a
Author: Clint Adams <clint at debian.org>
Date:   Sun Dec 6 16:44:51 2015 -0500

    text-show: patch for no bytestring-builder
---
 p/haskell-text-show/debian/control                     |  7 ++-----
 .../debian/patches/no-bytestring-builder               | 18 ++++++++++++++++++
 p/haskell-text-show/debian/patches/series              |  1 +
 3 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/p/haskell-text-show/debian/control b/p/haskell-text-show/debian/control
index 7775da5..8c62a91 100644
--- a/p/haskell-text-show/debian/control
+++ b/p/haskell-text-show/debian/control
@@ -11,8 +11,6 @@ Build-Depends: debhelper (>= 9),
  libghc-base-compat-dev (>= 0.8.1),
  libghc-base-compat-dev (<< 1),
  libghc-base-compat-prof,
- libghc-bytestring-builder-dev,
- libghc-bytestring-builder-prof,
  libghc-generic-deriving-dev (>= 1.8),
  libghc-generic-deriving-dev (<< 2),
  libghc-generic-deriving-prof,
@@ -30,13 +28,12 @@ Build-Depends: debhelper (>= 9),
  libghc-void-prof,
  libghc-hspec-dev (>= 2),
  libghc-hspec-dev (<< 3),
- libghc-quickcheck-dev (>= 2.5),
- libghc-quickcheck-dev (<< 3),
+ libghc-quickcheck2-dev (>= 2.5),
+ libghc-quickcheck2-dev (<< 3),
  libghc-quickcheck-instances-dev (>= 0.1),
  libghc-quickcheck-instances-dev (<< 0.4),
 Build-Depends-Indep: ghc-doc,
  libghc-base-compat-doc,
- libghc-bytestring-builder-doc,
  libghc-generic-deriving-doc,
  libghc-semigroups-doc,
  libghc-tagged-doc,
diff --git a/p/haskell-text-show/debian/patches/no-bytestring-builder b/p/haskell-text-show/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..bde5c7e
--- /dev/null
+++ b/p/haskell-text-show/debian/patches/no-bytestring-builder
@@ -0,0 +1,18 @@
+--- a/text-show.cabal
++++ b/text-show.cabal
+@@ -136,7 +136,6 @@
+                      , base               >= 4.8     && < 5
+                      , base-compat        >= 0.8.1   && < 1
+                      , bytestring         >= 0.9     && < 0.11
+-                     , bytestring-builder
+                      , containers         >= 0.1     && < 0.6
+                      , generic-deriving   >= 1.8     && < 2
+                      , ghc-prim
+@@ -304,7 +303,6 @@
+                      , base-orphans         >= 0.4.2  && < 1
+                      , bifunctors           >= 5      && < 6
+                      , bytestring           >= 0.9    && < 0.11
+-                     , bytestring-builder
+                      , generic-deriving     >= 1.8.0  && < 2
+                      , ghc-prim
+                      , hspec                >= 2      && < 3
diff --git a/p/haskell-text-show/debian/patches/series b/p/haskell-text-show/debian/patches/series
index ddd7d5b..32559cf 100644
--- a/p/haskell-text-show/debian/patches/series
+++ b/p/haskell-text-show/debian/patches/series
@@ -1 +1,2 @@
 no-nats
+no-bytestring-builder

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list