summaryrefslogtreecommitdiff
path: root/p/haskell-nonce
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2017-06-17 15:08:07 -0400
committerClint Adams <clint@debian.org>2017-06-18 11:41:00 -0400
commit644a684434cbdd6ecd530d3fa6fe05f9505ca413 (patch)
tree826a2596bc9baa93afa26249c9d644e65d72df43 /p/haskell-nonce
parenta1e849ca19a59b09a1fb45cc11861d06e92bec04 (diff)
downloadDHG_packages-644a684434cbdd6ecd530d3fa6fe05f9505ca413.tar.gz
nonce: Upgrading from 1.0.2 to 1.0.3
Diffstat (limited to 'p/haskell-nonce')
-rw-r--r--p/haskell-nonce/debian/changelog6
-rw-r--r--p/haskell-nonce/debian/control11
-rw-r--r--p/haskell-nonce/debian/patches/newer-base11
-rw-r--r--p/haskell-nonce/debian/patches/series1
4 files changed, 9 insertions, 20 deletions
diff --git a/p/haskell-nonce/debian/changelog b/p/haskell-nonce/debian/changelog
index da2cbd530..bf44f0d82 100644
--- a/p/haskell-nonce/debian/changelog
+++ b/p/haskell-nonce/debian/changelog
@@ -1,3 +1,9 @@
+haskell-nonce (1.0.3-1) unstable; urgency=medium
+
+ * New upstream release
+
+ -- Clint Adams <clint@debian.org> Sat, 17 Jun 2017 15:08:07 -0400
+
haskell-nonce (1.0.2-6) unstable; urgency=medium
* Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-nonce/debian/control b/p/haskell-nonce/debian/control
index 2c2b4c535..51e3c84cb 100644
--- a/p/haskell-nonce/debian/control
+++ b/p/haskell-nonce/debian/control
@@ -13,19 +13,14 @@ Build-Depends:
libghc-base64-bytestring-dev (<< 1.1),
libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
- libghc-cprng-aes-dev (<< 0.7),
- libghc-cprng-aes-dev (>= 0.5),
- libghc-cprng-aes-prof,
- libghc-crypto-random-dev (<< 0.1),
- libghc-crypto-random-dev (>= 0.0),
- libghc-crypto-random-prof,
+ libghc-cryptonite-dev (>= 0.4),
+ libghc-cryptonite-prof,
libghc-text-dev (>= 0.9),
libghc-text-prof,
Build-Depends-Indep:
ghc-doc,
libghc-base64-bytestring-doc,
- libghc-cprng-aes-doc,
- libghc-crypto-random-doc,
+ libghc-cryptonite-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/prowdsponsor/nonce
diff --git a/p/haskell-nonce/debian/patches/newer-base b/p/haskell-nonce/debian/patches/newer-base
deleted file mode 100644
index 41f75e28d..000000000
--- a/p/haskell-nonce/debian/patches/newer-base
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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
deleted file mode 100644
index 5831f6310..000000000
--- a/p/haskell-nonce/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-newer-base