diff options
Diffstat (limited to 'p/haskell-authenticate-oauth/debian/patches/newer-rsa')
-rw-r--r-- | p/haskell-authenticate-oauth/debian/patches/newer-rsa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/p/haskell-authenticate-oauth/debian/patches/newer-rsa b/p/haskell-authenticate-oauth/debian/patches/newer-rsa new file mode 100644 index 000000000..363591e17 --- /dev/null +++ b/p/haskell-authenticate-oauth/debian/patches/newer-rsa @@ -0,0 +1,11 @@ +--- a/authenticate-oauth.cabal ++++ b/authenticate-oauth.cabal +@@ -19,7 +19,7 @@ library + , transformers >= 0.1 && < 0.6 + , bytestring >= 0.9 + , crypto-pubkey-types >= 0.1 && < 0.5 +- , RSA >= 2.0 && < 2.3 ++ , RSA >= 2.0 && < 2.4 + , time + , data-default + , base64-bytestring >= 0.1 && < 1.1 |