groundhog-sqlite 0.0.1 → 0.0.1.1
raw patch · 1 files changed
+3/−2 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- groundhog-sqlite.cabal +3/−2
groundhog-sqlite.cabal view
@@ -1,5 +1,5 @@ name: groundhog-sqlite-version: 0.0.1+version: 0.0.1.1 license: BSD3 license-file: LICENSE author: Boris Lykah <lykahb@gmail.com>@@ -8,7 +8,7 @@ description: This package includes a thin sqlite3 wrapper based on the direct-sqlite package, as well as the entire C library, so there are no system dependencies. category: Database stability: Non-stable-cabal-version: >= 1.6+cabal-version: >= 1.10 build-type: Simple flag systemlib@@ -32,3 +32,4 @@ extra-libraries: sqlite3 else c-sources: cbits/sqlite3.c+ default-language: Haskell2010