packages feed

drifter 0.2.2 → 0.2.3

raw patch · 2 files changed

+5/−3 lines, 2 filesdep ~fglPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: fgl

API changes (from Hackage documentation)

Files

changelog view
@@ -1,3 +1,5 @@+# 0.2.3+* Loosen dep on fgl # 0.2.2 * Loosen deps # 0.2.1
drifter.cabal view
@@ -1,5 +1,5 @@ name:                drifter-version:             0.2.2+version:             0.2.3 synopsis:            Simple schema management for arbitrary databases. description:         Simple support for migrating database schemas, which allows                      haskell functions to be run as a part of the migration. Note@@ -34,9 +34,9 @@     default-language:   Haskell2010      build-depends:      base                >=4.5   && <5-                    ,   fgl                 >=5.5   && <5.6+                    ,   fgl                 >=5.5   && <6                     ,   containers          >=0.5   && <0.6-                    ,   text                >=0.11   && <1.3+                    ,   text                >=0.11  && <1.3      other-modules:      Drifter.Graph                     ,   Drifter.Types