snaplet-sqlite-simple 0.1.0 → 0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~bytestringdep ~clientsession
Dependency ranges changed: bytestring, clientsession
Files
snaplet-sqlite-simple.cabal view
@@ -1,5 +1,5 @@ name: snaplet-sqlite-simple-version: 0.1.0+version: 0.1.1 synopsis: sqlite-simple snaplet for the Snap Framework description: This snaplet contains support for using the SQLite database with a Snap Framework application via the@@ -36,8 +36,8 @@ build-depends: base >= 4 && < 5,- bytestring >= 0.9.1 && < 0.10,- clientsession >= 0.7.2 && < 0.8,+ bytestring >= 0.9.1 && < 0.11,+ clientsession >= 0.7.2 && < 0.9, configurator >= 0.2 && < 0.3, MonadCatchIO-transformers >= 0.3 && < 0.4, mtl >= 2 && < 3,