snap-auth-cli 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+6/−6 lines, 1 filesdep ~bytestringdep ~clientsessiondep ~cmdargs
Dependency ranges changed: bytestring, clientsession, cmdargs, snap
Files
- snap-auth-cli.cabal +6/−6
snap-auth-cli.cabal view
@@ -1,5 +1,5 @@ name: snap-auth-cli-version: 0.1.0.0+version: 0.1.0.1 synopsis: Command-line tool to manage Snap AuthManager database description: This utility provides command-line interface to user@@ -20,7 +20,7 @@ category: Web, Snap build-type: Simple cabal-version: >=1.8-tested-with: GHC == 7.4.1+tested-with: GHC == 7.6.1 source-repository head type: git@@ -36,10 +36,10 @@ aeson == 0.6.*, aeson-pretty == 0.6.*, base >= 4 && < 5,- bytestring == 0.9.*,- clientsession == 0.7.*,- cmdargs == 0.9.*,- snap == 0.8.*,+ bytestring == 0.10.*,+ clientsession == 0.8.*,+ cmdargs == 0.10.*,+ snap == 0.9.*, text == 0.11.*, unordered-containers >= 0.1.4 && < 0.3, utf8-string == 0.3.*