packages feed

yesod-auth 1.3.4 → 1.3.4.1

raw patch · 1 files changed

+10/−2 lines, 1 filesdep +network-uridep ~network

Dependencies added: network-uri

Dependency ranges changed: network

Files

yesod-auth.cabal view
@@ -1,5 +1,5 @@ name:            yesod-auth-version:         1.3.4+version:         1.3.4.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman, Patrick Brisbin@@ -20,6 +20,10 @@    * <https://github.com/ollieh/yesod-auth-bcrypt/>: An alternative to the HashDB module. extra-source-files: persona_sign_in_blue.png +flag network-uri+  description: Get Network.URI from the network-uri package+  default: True+ library     build-depends:   base                    >= 4         && < 5                    , authenticate            >= 1.3@@ -48,7 +52,6 @@                    , lifted-base             >= 0.1                    , blaze-html              >= 0.5                    , blaze-markup            >= 0.5.1-                   , network                    , http-types                    , file-embed                    , email-validate          >= 1.0@@ -64,6 +67,11 @@                    , conduit                    , conduit-extra                    , attoparsec-conduit++    if flag(network-uri)+      build-depends: network-uri >= 2.6+    else+      build-depends: network < 2.6      exposed-modules: Yesod.Auth                      Yesod.Auth.BrowserId