packages feed

direct-sqlite 2.2 → 2.2.1

raw patch · 1 files changed

+5/−2 lines, 1 filesdep ~textPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

direct-sqlite.cabal view
@@ -1,5 +1,5 @@ name: direct-sqlite-version: 2.2+version: 2.2.1 build-type: Simple license: BSD3 license-file: LICENSE@@ -22,6 +22,9 @@   .   Release history:   .+  [Version 2.2.1] Bump down text library version to match with the+  latest Haskell Platform.+  .   [Version 2.2] actually does what version 2.1 claimed to, since the author   made a mistake with git.   .@@ -66,7 +69,7 @@   include-dirs: .   build-depends: base >= 4.1 && < 5,                  bytestring >= 0.9.2.1 && < 1,-                 text >= 0.11.2.2 && < 1+                 text >= 0.11 && < 1   ghc-options: -Wall -fwarn-tabs   default-language: Haskell2010