happstack-authenticate 2.4.1 → 2.4.1.1
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~bytestringdep ~happstack-serverdep ~timePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: bytestring, happstack-server, time
API changes (from Hackage documentation)
- Happstack.Authenticate.Core: rUserId :: () => Boomerang e tok (Integer :- r) (UserId :- r)
+ Happstack.Authenticate.Core: rUserId :: forall tok e r. Boomerang e tok (Integer :- r) (UserId :- r)
Files
happstack-authenticate.cabal view
@@ -1,5 +1,5 @@ Name: happstack-authenticate-Version: 2.4.1+Version: 2.4.1.1 Synopsis: Happstack Authentication Library Description: A themeable authentication library with support for username+password and OpenId. Homepage: http://www.happstack.com/@@ -11,7 +11,7 @@ Category: Web Build-type: Simple Cabal-version: >=1.10-tested-with: GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.1+tested-with: GHC==8.0.1, GHC==8.2.2, GHC==8.4.1, GHC==8.6.5, GHC==8.8.3, GHC==8.10.2 data-files: messages/core/en.msg messages/openid/error/en.msg@@ -48,7 +48,7 @@ authenticate == 1.3.*, base64-bytestring >= 1.0 && < 1.3, boomerang >= 1.4 && < 1.5,- bytestring >= 0.9 && < 0.11,+ bytestring >= 0.9 && < 0.12, containers >= 0.4 && < 0.7, data-default >= 0.5 && < 0.8, email-validate >= 2.1 && < 2.4,@@ -58,7 +58,7 @@ jwt >= 0.3 && < 0.11, ixset-typed >= 0.3 && < 0.6, happstack-jmacro >= 7.0 && < 7.1,- happstack-server >= 6.0 && < 7.7,+ happstack-server >= 6.0 && < 7.8, happstack-hsp >= 7.3 && < 7.4, http-conduit >= 2.1.0 && < 2.4, http-types >= 0.6 && < 0.13,@@ -70,7 +70,7 @@ lens >= 4.2 && < 4.20, pwstore-purehaskell == 2.1.*, text >= 0.11 && < 1.3,- time >= 1.2 && < 1.11,+ time >= 1.2 && < 1.12, userid >= 0.1 && < 0.2, random >= 1.0 && < 1.3, shakespeare >= 2.0 && < 2.1,