[package-plan] 28/29: refresh dns patch
Sean Whitton
spwhitton at spwhitton.name
Sun Sep 3 01:46:13 UTC 2017
This is an automated email from the git hooks/post-receive script.
spwhitton pushed a commit to branch lts-9.2
in repository package-plan.
commit f758beb281a342097756c51866c18b41f2328904
Author: Sean Whitton <spwhitton at spwhitton.name>
Date: Sat Sep 2 18:42:10 2017 -0700
refresh dns patch
---
patches/dns/2.0.10/no-bytestring-builder | 34 --------------------------------
patches/dns/2.0.12/no-bytestring-builder | 18 +++++++++++++++++
patches/dns/{2.0.10 => 2.0.12}/series | 0
3 files changed, 18 insertions(+), 34 deletions(-)
diff --git a/patches/dns/2.0.10/no-bytestring-builder b/patches/dns/2.0.10/no-bytestring-builder
deleted file mode 100644
index be83398..0000000
--- a/patches/dns/2.0.10/no-bytestring-builder
+++ /dev/null
@@ -1,34 +0,0 @@
---- a/dns.cabal
-+++ b/dns.cabal
-@@ -30,7 +30,6 @@
- , attoparsec
- , binary
- , bytestring
-- , bytestring-builder
- , conduit >= 1.1
- , conduit-extra >= 1.1
- , containers
-@@ -45,7 +44,6 @@
- , attoparsec
- , binary
- , bytestring
-- , bytestring-builder
- , conduit >= 1.1
- , conduit-extra >= 1.1
- , containers
-@@ -67,7 +65,6 @@
- Build-Depends: dns
- , base
- , bytestring
-- , bytestring-builder
- , hspec
-
- Test-Suite spec
-@@ -82,7 +79,6 @@
- , attoparsec
- , binary
- , bytestring
-- , bytestring-builder
- , conduit >= 1.1
- , conduit-extra >= 1.1
- , containers
diff --git a/patches/dns/2.0.12/no-bytestring-builder b/patches/dns/2.0.12/no-bytestring-builder
new file mode 100644
index 0000000..9f3bf64
--- /dev/null
+++ b/patches/dns/2.0.12/no-bytestring-builder
@@ -0,0 +1,18 @@
+--- a/dns.cabal
++++ b/dns.cabal
+@@ -65,7 +65,6 @@ Test-Suite network
+ Build-Depends: dns
+ , base
+ , bytestring
+- , bytestring-builder
+ , hspec
+
+ Test-Suite spec
+@@ -80,7 +79,6 @@ Test-Suite spec
+ , attoparsec
+ , binary
+ , bytestring
+- , bytestring-builder
+ , conduit >= 1.1
+ , conduit-extra >= 1.1
+ , containers
diff --git a/patches/dns/2.0.10/series b/patches/dns/2.0.12/series
similarity index 100%
rename from patches/dns/2.0.10/series
rename to patches/dns/2.0.12/series
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git
More information about the Pkg-haskell-commits
mailing list