sqlite-simple-errors 0.6.0.0 → 0.6.1.0
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
sqlite-simple-errors.cabal view
@@ -1,5 +1,5 @@ name: sqlite-simple-errors-version: 0.6.0.0+version: 0.6.1.0 synopsis: Wrapper around errors from sqlite-simple description: Wrapper around errors from sqlite-simple. Get easy-to-pattern-match data types for constraint errors.@@ -21,7 +21,7 @@ , Database.SQLite.SimpleErrors.Types build-depends: base >= 4.6 && < 5 , sqlite-simple >= 0.4.9 && < 0.5.0- , text >= 1.2 && < 1.2.3+ , text >= 1.2 && < 1.2.4 , parsec >= 3.1.9 && < 3.2 default-language: Haskell2010 @@ -34,7 +34,7 @@ build-depends: base , sqlite-simple-errors , sqlite-simple >= 0.4.9 && < 0.5.0- , text >= 1.2 && < 1.2.3+ , text >= 1.2 && < 1.2.4 , mtl >= 2.1 && < 2.3 ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010