packages feed

peregrin 0.3.3 → 0.4.0

raw patch · 1 files changed

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

version bump matches the API change (PVP)

Dependency ranges changed: text

API changes (from Hackage documentation)

Files

peregrin.cabal view
@@ -1,6 +1,6 @@ Cabal-version:       2.2 Name:                peregrin-Version:             0.3.3+Version:             0.4.0 Synopsis:            Database migration support for use in other libraries. Description:         Database migration support for use in other libraries.                      Currently only supports PostgreSQL.@@ -19,7 +19,7 @@   build-depends:      base >= 4.9 && < 5                     , bytestring >= 0.10 && < 0.12                     , postgresql-simple >= 0.5.2.1 && < 0.7-                    , text >= 1.1.0 && < 2+                    , text >= 2 && < 3   default-language:   Haskell2010   ghc-options:        -Wall   hs-source-dirs:     src