diff options
author | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 12:55:53 -0700 |
---|---|---|
committer | Sean Whitton <spwhitton@spwhitton.name> | 2017-09-16 12:57:43 -0700 |
commit | 311992401fb7898cce24f9c61f766a7056de6d93 (patch) | |
tree | ec6ca4ce22f9940efae0598c50af23228e620e59 | |
parent | ea08622bddf5b134e5ade6f70e1d2b90302cf0e6 (diff) | |
download | DHG_packages-311992401fb7898cce24f9c61f766a7056de6d93.tar.gz |
dns: Upgrading from 2.0.12 to 2.0.13
-rw-r--r-- | p/haskell-dns/debian/changelog | 4 | ||||
-rw-r--r-- | p/haskell-dns/debian/patches/no-bytestring-builder | 20 |
2 files changed, 4 insertions, 20 deletions
diff --git a/p/haskell-dns/debian/changelog b/p/haskell-dns/debian/changelog index 26971eb9c..d0de965f1 100644 --- a/p/haskell-dns/debian/changelog +++ b/p/haskell-dns/debian/changelog @@ -1,4 +1,4 @@ -haskell-dns (2.0.12-1) unstable; urgency=medium +haskell-dns (2.0.13-1) unstable; urgency=medium [ Joachim Breitner ] * Remove Joey Hess from Uploaders @@ -6,7 +6,7 @@ haskell-dns (2.0.12-1) unstable; urgency=medium [ Sean Whitton ] * New upstream release - -- Sean Whitton <spwhitton@spwhitton.name> Sun, 03 Sep 2017 13:35:37 -0700 + -- Sean Whitton <spwhitton@spwhitton.name> Sat, 16 Sep 2017 12:55:53 -0700 haskell-dns (2.0.10-1) unstable; urgency=medium diff --git a/p/haskell-dns/debian/patches/no-bytestring-builder b/p/haskell-dns/debian/patches/no-bytestring-builder index be83398a7..9f3bf6424 100644 --- a/p/haskell-dns/debian/patches/no-bytestring-builder +++ b/p/haskell-dns/debian/patches/no-bytestring-builder @@ -1,22 +1,6 @@ --- 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 @@ +@@ -65,7 +65,6 @@ Test-Suite network Build-Depends: dns , base , bytestring @@ -24,7 +8,7 @@ , hspec Test-Suite spec -@@ -82,7 +79,6 @@ +@@ -80,7 +79,6 @@ Test-Suite spec , attoparsec , binary , bytestring |