yesod-auth 1.1.5.1 → 1.1.5.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~blaze-htmldep ~blaze-markupdep ~wai
Dependency ranges changed: blaze-html, blaze-markup, wai
Files
- yesod-auth.cabal +4/−4
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.1.5.1+version: 1.1.5.2 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin@@ -18,7 +18,7 @@ , authenticate >= 1.3 && < 1.4 , bytestring >= 0.9.1.4 , yesod-core >= 1.1 && < 1.2- , wai >= 1.3 && < 1.4+ , wai >= 1.3 && < 1.5 , template-haskell , pureMD5 >= 2.0 && < 2.2 , random >= 1.0.0.2 && < 1.1@@ -40,8 +40,8 @@ , aeson >= 0.5 , pwstore-fast >= 2.2 && < 3 , lifted-base >= 0.1- , blaze-html >= 0.5 && < 0.6- , blaze-markup >= 0.5.1 && < 0.6+ , blaze-html >= 0.5+ , blaze-markup >= 0.5.1 , network , http-types , file-embed