diff options
Diffstat (limited to 'net/hs-hoauth2/files/patch-hoauth2.cabal')
-rw-r--r-- | net/hs-hoauth2/files/patch-hoauth2.cabal | 97 |
1 files changed, 20 insertions, 77 deletions
diff --git a/net/hs-hoauth2/files/patch-hoauth2.cabal b/net/hs-hoauth2/files/patch-hoauth2.cabal index 1de01c4d4892..203ffab8d5d8 100644 --- a/net/hs-hoauth2/files/patch-hoauth2.cabal +++ b/net/hs-hoauth2/files/patch-hoauth2.cabal @@ -1,83 +1,26 @@ ---- hoauth2.cabal.orig 2017-04-05 20:01:54 UTC +--- hoauth2.cabal.orig 2018-04-29 21:29:58 UTC +++ hoauth2.cabal -@@ -63,7 +63,7 @@ Library - bytestring >= 0.9 && < 0.11, - http-conduit >= 2.1 && < 2.3, - http-types >= 0.9 && < 0.10, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - unordered-containers >= 0.2.5 - - -@@ -87,7 +87,7 @@ Executable test-weibo - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) -@@ -111,7 +111,7 @@ Executable test-google - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) -@@ -135,7 +135,7 @@ Executable test-github - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) -@@ -158,7 +158,7 @@ Executable test-douban - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 +@@ -77,12 +77,12 @@ Library + bytestring >= 0.9 && < 0.11, + http-conduit >= 2.1 && < 2.4, + http-types >= 0.11 && < 0.13, +- aeson >= 0.11 && < 1.3, ++ aeson >= 0.11 && < 1.4, + unordered-containers >= 0.2.5, + uri-bytestring >= 0.2.3.1 && < 0.4, + uri-bytestring-aeson >= 0.1 && < 0.2, + microlens >= 0.4.0 && < 0.5, +- exceptions >= 0.8.3 && < 0.10 ++ exceptions >= 0.8.3 && < 0.11 if impl(ghc >= 6.12.0) -@@ -181,7 +181,7 @@ Executable test-facebook - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) -@@ -207,7 +207,7 @@ Executable test-fitbit + ghc-options: -Wall -fwarn-tabs -funbox-strict-fields +@@ -125,7 +125,7 @@ Executable demo-server wai >= 3.2 && < 3.3, warp >= 3.2 && < 3.3, containers >= 0.4 && < 0.6, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - -@@ -231,7 +231,7 @@ Executable test-stackexchange - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) -@@ -254,7 +254,7 @@ Executable test-dropbox - http-conduit >= 2.1 && < 2.3, - text >= 0.11 && < 1.3, - bytestring >= 0.9 && < 0.11, -- aeson >= 0.11 && < 1.2, -+ aeson >= 0.11 && < 1.3, - hoauth2 - - if impl(ghc >= 6.12.0) +- aeson >= 0.11 && < 1.3, ++ aeson >= 0.11 && < 1.4, + microlens >= 0.4.0 && < 0.5, + unordered-containers >= 0.2.8 && < 0.2.9, + wai-extra >= 3.0.21.0 && < 3.0.22.0, |