mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-13 07:48:31 +01:00
13 lines
751 B
Diff
13 lines
751 B
Diff
diff -ru orig/yesod-auth-oauth.cabal new/yesod-auth-oauth.cabal
|
|
--- orig/yesod-auth-oauth.cabal 2014-03-13 07:47:41.773928001 +0200
|
|
+++ new/yesod-auth-oauth.cabal 2014-03-13 07:47:41.000000000 +0200
|
|
@@ -24,7 +24,7 @@
|
|
, bytestring >= 0.9.1.4
|
|
, yesod-core >= 1.2 && < 1.3
|
|
, yesod-auth >= 1.2 && < 1.3
|
|
- , text >= 0.7 && < 0.12
|
|
+ , text >= 0.7 && < 1.2
|
|
, yesod-form >= 1.3 && < 1.4
|
|
, transformers >= 0.2.2 && < 0.4
|
|
, lifted-base >= 0.2 && < 0.3
|