[DHG_packages] 01/01: snap-core: patch out use of bytestring-builder
Clint Adams
clint at moszumanska.debian.org
Thu Oct 20 14:38:38 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit e73ed589c0ffb8f30b7a9d0b8d3d1c172493ddc2
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 20 10:37:11 2016 -0400
snap-core: patch out use of bytestring-builder
---
p/haskell-snap-core/debian/changelog | 6 ++++++
p/haskell-snap-core/debian/control | 4 ----
.../debian/patches/no-bytestring-builder | 18 ++++++++++++++++++
p/haskell-snap-core/debian/patches/series | 1 +
4 files changed, 25 insertions(+), 4 deletions(-)
diff --git a/p/haskell-snap-core/debian/changelog b/p/haskell-snap-core/debian/changelog
index 1f1f6a5..4b2b263 100644
--- a/p/haskell-snap-core/debian/changelog
+++ b/p/haskell-snap-core/debian/changelog
@@ -1,3 +1,9 @@
+haskell-snap-core (1.0.0.0-2) experimental; urgency=medium
+
+ * Patch out use of bytestring-builder.
+
+ -- Clint Adams <clint at debian.org> Thu, 20 Oct 2016 10:36:53 -0400
+
haskell-snap-core (1.0.0.0-1) experimental; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-snap-core/debian/control b/p/haskell-snap-core/debian/control
index 0d0b8d3..59ad88f 100644
--- a/p/haskell-snap-core/debian/control
+++ b/p/haskell-snap-core/debian/control
@@ -13,9 +13,6 @@ Build-Depends:
libghc-attoparsec-dev (<< 0.14),
libghc-attoparsec-dev (>= 0.12),
libghc-attoparsec-prof,
- libghc-bytestring-builder-dev (<< 0.11),
- libghc-bytestring-builder-dev (>= 0.10.4),
- libghc-bytestring-builder-prof,
libghc-case-insensitive-dev (<< 1.3),
libghc-case-insensitive-dev (>= 1.1),
libghc-case-insensitive-prof,
@@ -64,7 +61,6 @@ Build-Depends:
Build-Depends-Indep:
ghc-doc,
libghc-attoparsec-doc,
- libghc-bytestring-builder-doc,
libghc-case-insensitive-doc,
libghc-hunit-doc,
libghc-io-streams-doc,
diff --git a/p/haskell-snap-core/debian/patches/no-bytestring-builder b/p/haskell-snap-core/debian/patches/no-bytestring-builder
new file mode 100644
index 0000000..8014b20
--- /dev/null
+++ b/p/haskell-snap-core/debian/patches/no-bytestring-builder
@@ -0,0 +1,18 @@
+--- a/snap-core.cabal
++++ b/snap-core.cabal
+@@ -126,7 +126,6 @@
+ attoparsec >= 0.12 && < 0.14,
+ base >= 4 && < 5,
+ bytestring >= 0.9 && < 0.11,
+- bytestring-builder >= 0.10.4 && < 0.11,
+ case-insensitive >= 1.1 && < 1.3,
+ containers >= 0.3 && < 1.0,
+ directory >= 1 && < 2,
+@@ -220,7 +219,6 @@
+ attoparsec,
+ base,
+ bytestring,
+- bytestring-builder,
+ case-insensitive,
+ containers,
+ directory,
diff --git a/p/haskell-snap-core/debian/patches/series b/p/haskell-snap-core/debian/patches/series
new file mode 100644
index 0000000..d61cbb2
--- /dev/null
+++ b/p/haskell-snap-core/debian/patches/series
@@ -0,0 +1 @@
+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