snaplet-sqlite-simple 0.4.7 → 0.4.8
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~configurator
Dependency ranges changed: configurator
Files
snaplet-sqlite-simple.cabal view
@@ -1,5 +1,5 @@ name: snaplet-sqlite-simple-version: 0.4.7+version: 0.4.8 synopsis: sqlite-simple snaplet for the Snap Framework description: This snaplet provides support for using the SQLite database with a Snap Framework application via the@@ -51,7 +51,7 @@ base >= 4 && < 5, bytestring >= 0.9.1 && < 0.11, clientsession >= 0.8 && < 0.10,- configurator >= 0.2 && < 0.3,+ configurator >= 0.2 && < 0.4, MonadCatchIO-transformers >= 0.3 && < 0.4, mtl >= 2 && < 3, sqlite-simple >= 0.4.1 && < 1.0,