Spock-auth 0.2.0.0 → 0.2.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~SpockPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Spock
API changes (from Hackage documentation)
Files
- Spock-auth.cabal +2/−2
Spock-auth.cabal view
@@ -1,5 +1,5 @@ name: Spock-auth-version: 0.2.0.0+version: 0.2.0.1 synopsis: Provides authentification helpers for Spock Homepage: https://github.com/agrafix/Spock-auth Bug-reports: https://github.com/agrafix/Spock-auth/issues@@ -15,7 +15,7 @@ hs-source-dirs: src exposed-modules: Web.Spock.Auth build-depends: base >= 4 && < 5,- Spock ==0.5.*,+ Spock >=0.5 && <0.7, text, http-types, time