[Pkg-haskell-commits] darcs: haskell-certificate: New upstream version 1.3.7.
Clint Adams
clint at debian.org
Sat May 25 14:45:13 UTC 2013
Sat May 25 14:45:02 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 1.3.7.
Ignore-this: e00953418b44e998fe3c8dadce17d144
M ./changelog -2 +6
M ./control -2 +2
A ./patches/
A ./patches/newer-crypto-pubkey-types.diff
A ./patches/series
Sat May 25 14:45:02 UTC 2013 Clint Adams <clint at debian.org>
* New upstream version 1.3.7.
Ignore-this: e00953418b44e998fe3c8dadce17d144
diff -rN -u old-haskell-certificate//changelog new-haskell-certificate//changelog
--- old-haskell-certificate//changelog 2013-05-25 14:45:13.127037801 +0000
+++ new-haskell-certificate//changelog 2013-05-25 14:45:13.129864014 +0000
@@ -1,9 +1,13 @@
-haskell-certificate (1.3.5-2) UNRELEASED; urgency=low
+haskell-certificate (1.3.7-1) unstable; urgency=low
+ [ Joachim Breitner ]
* Enable compat level 9
* Use substvars for Haskell description blurbs
- -- Joachim Breitner <nomeata at debian.org> Fri, 24 May 2013 09:52:56 +0200
+ [ Clint Adams ]
+ * New upstream version.
+
+ -- Clint Adams <clint at debian.org> Sat, 25 May 2013 10:41:34 -0400
haskell-certificate (1.3.5-1) experimental; urgency=low
diff -rN -u old-haskell-certificate//control new-haskell-certificate//control
--- old-haskell-certificate//control 2013-05-25 14:45:13.107244912 +0000
+++ new-haskell-certificate//control 2013-05-25 14:45:13.129864014 +0000
@@ -10,8 +10,8 @@
, ghc-prof
, libghc-asn1-data-dev (>> 0.7.1)
, libghc-asn1-data-prof
- , libghc-crypto-pubkey-types-dev (>> 0.2)
- , libghc-crypto-pubkey-types-dev (<< 0.3)
+ , libghc-crypto-pubkey-types-dev (>> 0.4)
+ , libghc-crypto-pubkey-types-dev (<< 0.5)
, libghc-crypto-pubkey-types-prof
, libghc-cryptohash-dev
, libghc-cryptohash-prof
diff -rN -u old-haskell-certificate//patches/newer-crypto-pubkey-types.diff new-haskell-certificate//patches/newer-crypto-pubkey-types.diff
--- old-haskell-certificate//patches/newer-crypto-pubkey-types.diff 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-certificate//patches/newer-crypto-pubkey-types.diff 2013-05-25 14:45:13.129864014 +0000
@@ -0,0 +1,13 @@
+Index: certificate-1.3.7/certificate.cabal
+===================================================================
+--- certificate-1.3.7.orig/certificate.cabal 2013-04-28 06:35:39.000000000 +0000
++++ certificate-1.3.7/certificate.cabal 2013-05-25 14:43:22.384370493 +0000
+@@ -31,7 +31,7 @@
+ , mtl
+ , pem >= 0.1 && < 0.2
+ , asn1-data >= 0.7.1 && < 0.8.0
+- , crypto-pubkey-types >= 0.3 && < 0.4
++ , crypto-pubkey-types >= 0.4 && < 0.5
+ , cryptohash
+ , containers
+ , directory
diff -rN -u old-haskell-certificate//patches/series new-haskell-certificate//patches/series
--- old-haskell-certificate//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-certificate//patches/series 2013-05-25 14:45:13.129864014 +0000
@@ -0,0 +1 @@
+newer-crypto-pubkey-types.diff
More information about the Pkg-haskell-commits
mailing list