yesod-auth 1.4.5 → 1.4.5.1
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~persistent
Dependency ranges changed: persistent
Files
- Yesod/Auth/Email.hs +1/−0
- yesod-auth.cabal +2/−2
Yesod/Auth/Email.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE ConstrainedClassMethods #-} {-# LANGUAGE QuasiQuotes, TypeFamilies #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE FlexibleContexts #-}
yesod-auth.cabal view
@@ -1,5 +1,5 @@ name: yesod-auth-version: 1.4.5+version: 1.4.5.1 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin@@ -37,7 +37,7 @@ , unordered-containers , yesod-form >= 1.4 && < 1.5 , transformers >= 0.2.2- , persistent >= 2.1 && < 2.2+ , persistent >= 2.1 && < 2.3 , persistent-template >= 2.1 && < 2.2 , http-conduit >= 1.5 , aeson >= 0.7