happstack-authenticate 2.4.0.2 → 2.4.0.3
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~ixset-typeddep ~lensdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ixset-typed, lens, time
API changes (from Hackage documentation)
Files
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name: happstack-authenticate-Version: 2.4.0.2+Version: 2.4.0.3 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId. Homepage: http://www.happstack.com/@@ -55,7 +55,7 @@ hsx2hs >= 0.13 && < 0.15, jmacro >= 0.6.11 && < 0.7, jwt >= 0.3 && < 0.11,- ixset-typed >= 0.3 && < 0.5,+ ixset-typed >= 0.3 && < 0.6, happstack-jmacro >= 7.0 && < 7.1, happstack-server >= 6.0 && < 7.7, happstack-hsp >= 7.3 && < 7.4,@@ -66,10 +66,10 @@ safecopy >= 0.8 && < 0.11, mime-mail >= 0.4 && < 0.6, mtl >= 2.0 && < 2.3,- lens >= 4.2 && < 4.19,+ lens >= 4.2 && < 4.20, pwstore-purehaskell == 2.1.*, text >= 0.11 && < 1.3,- time >= 1.2 && < 1.10,+ time >= 1.2 && < 1.11, userid >= 0.1 && < 0.2, random >= 1.0 && < 1.2, shakespeare >= 2.0 && < 2.1,