[Pkg-haskell-commits] darcs: haskell-authenticate-oauth: Patch to support crypto-pubkey-types 0.4
Joachim Breitner
mail at joachim-breitner.de
Wed May 29 12:54:05 UTC 2013
Wed May 29 11:52:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Patch to support crypto-pubkey-types 0.4
Ignore-this: 2c6cd015337dcbc7a2b840e75941e08c
M ./changelog +1
M ./control -1 +1
A ./patches/
A ./patches/bump-crypto-pubkey-types-dep
A ./patches/series
Wed May 29 11:52:41 UTC 2013 Joachim Breitner <mail at joachim-breitner.de>
* Patch to support crypto-pubkey-types 0.4
Ignore-this: 2c6cd015337dcbc7a2b840e75941e08c
diff -rN -u old-haskell-authenticate-oauth//changelog new-haskell-authenticate-oauth//changelog
--- old-haskell-authenticate-oauth//changelog 2013-05-29 12:54:05.230548537 +0000
+++ new-haskell-authenticate-oauth//changelog 2013-05-29 12:54:05.243036795 +0000
@@ -3,6 +3,7 @@
* Enable compat level 9
* New upstream release
* Use Haskell blurb substvars
+ * Patch to support crypto-pubkey-types 0.4
-- Joachim Breitner <nomeata at debian.org> Wed, 29 May 2013 13:46:40 +0200
diff -rN -u old-haskell-authenticate-oauth//control new-haskell-authenticate-oauth//control
--- old-haskell-authenticate-oauth//control 2013-05-29 12:54:05.230548537 +0000
+++ new-haskell-authenticate-oauth//control 2013-05-29 12:54:05.238561559 +0000
@@ -24,7 +24,7 @@
, libghc-conduit-dev (>> 0.4)
, libghc-conduit-prof
, libghc-crypto-pubkey-types-dev (>> 0.1)
- , libghc-crypto-pubkey-types-dev (<< 0.4)
+ , libghc-crypto-pubkey-types-dev (<< 0.5)
, libghc-crypto-pubkey-types-prof
, libghc-data-default-dev
, libghc-data-default-prof
diff -rN -u old-haskell-authenticate-oauth//patches/bump-crypto-pubkey-types-dep new-haskell-authenticate-oauth//patches/bump-crypto-pubkey-types-dep
--- old-haskell-authenticate-oauth//patches/bump-crypto-pubkey-types-dep 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//patches/bump-crypto-pubkey-types-dep 2013-05-29 12:54:05.238561559 +0000
@@ -0,0 +1,15 @@
+Description: Bump crypto-pubkey-types dependency
+Author: Joachim Breitner <nomeata at debian.org>
+Bug: https://github.com/yesodweb/authenticate/issues/22
+
+--- haskell-authenticate-oauth-1.4.0.6.orig/authenticate-oauth.cabal
++++ haskell-authenticate-oauth-1.4.0.6/authenticate-oauth.cabal
+@@ -18,7 +18,7 @@ library
+ , http-conduit >= 1.4
+ , transformers >= 0.1 && < 0.4
+ , bytestring >= 0.9
+- , crypto-pubkey-types >= 0.1 && < 0.4
++ , crypto-pubkey-types >= 0.1 && < 0.5
+ , RSA >= 1.2 && < 1.3
+ , time
+ , data-default
diff -rN -u old-haskell-authenticate-oauth//patches/series new-haskell-authenticate-oauth//patches/series
--- old-haskell-authenticate-oauth//patches/series 1970-01-01 00:00:00.000000000 +0000
+++ new-haskell-authenticate-oauth//patches/series 2013-05-29 12:54:05.238561559 +0000
@@ -0,0 +1 @@
+bump-crypto-pubkey-types-dep
More information about the Pkg-haskell-commits
mailing list