[DHG_packages] 01/01: nonce: patch for newer base

Clint Adams clint at moszumanska.debian.org
Wed Oct 19 07:35:57 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 25dc006e81e3580dd33ce6c86b561b05be62964c
Author: Clint Adams <clint at debian.org>
Date:   Wed Oct 19 03:35:05 2016 -0400

    nonce: patch for newer base
---
 p/haskell-nonce/debian/changelog          |  6 ++++++
 p/haskell-nonce/debian/patches/newer-base | 11 +++++++++++
 p/haskell-nonce/debian/patches/series     |  1 +
 3 files changed, 18 insertions(+)

diff --git a/p/haskell-nonce/debian/changelog b/p/haskell-nonce/debian/changelog
index 37e215f..1e36816 100644
--- a/p/haskell-nonce/debian/changelog
+++ b/p/haskell-nonce/debian/changelog
@@ -1,3 +1,9 @@
+haskell-nonce (1.0.2-5) experimental; urgency=medium
+
+  * Patch for newer base.
+
+ -- Clint Adams <clint at debian.org>  Wed, 19 Oct 2016 03:34:41 -0400
+
 haskell-nonce (1.0.2-4) experimental; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-nonce/debian/patches/newer-base b/p/haskell-nonce/debian/patches/newer-base
new file mode 100644
index 0000000..41f75e2
--- /dev/null
+++ b/p/haskell-nonce/debian/patches/newer-base
@@ -0,0 +1,11 @@
+--- a/nonce.cabal
++++ b/nonce.cabal
+@@ -28,7 +28,7 @@
+   exposed-modules:
+     Crypto.Nonce
+   build-depends:
+-      base              >= 4.5   && < 4.9
++      base              >= 4.5   && < 4.10
+     , base64-bytestring == 1.0.*
+     , bytestring        >= 0.9
+     , crypto-random     == 0.0.*
diff --git a/p/haskell-nonce/debian/patches/series b/p/haskell-nonce/debian/patches/series
new file mode 100644
index 0000000..5831f63
--- /dev/null
+++ b/p/haskell-nonce/debian/patches/series
@@ -0,0 +1 @@
+newer-base

-- 
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