packages feed

simplest-sqlite 0.0.0.12 → 0.0.0.13

raw patch · 1 files changed

+3/−3 lines, 1 filesdep ~exception-hierarchydep ~template-haskell

Dependency ranges changed: exception-hierarchy, template-haskell

Files

simplest-sqlite.cabal view
@@ -2,7 +2,7 @@ cabal-version: >= 1.8  name: simplest-sqlite-version: 0.0.0.12+version: 0.0.0.13 stability: Experimental author: YoshikuniJujo <PAF01143@nifty.ne.jp> maintainer: YoshikuniJujo <PAF01143@nifty.ne.jp>@@ -23,7 +23,7 @@ source-repository this     type: git     location: git://github.com/YoshikuniJujo/test_haskell-    tag: simplest-sqlite-0.0.0.12+    tag: simplest-sqlite-0.0.0.13  library     hs-source-dirs: src@@ -33,7 +33,7 @@         Database.SmplstSQLite3.Exception.Internal     build-depends:         base == 4.*, bytestring == 0.10.*, text >= 1.1 && < 1.3,-        exception-hierarchy == 0.0.0.1, template-haskell == 2.9.*+        exception-hierarchy == 0.0.0.*, template-haskell >= 2.9 && < 2.11     ghc-options: -Wall     extra-libraries: sqlite3     extensions: ForeignFunctionInterface