drifter 0.2.3 → 0.2.4
raw patch · 2 files changed
+7/−5 lines, 2 filesdep ~containersdep ~fgldep ~textPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, fgl, text
API changes (from Hackage documentation)
+ Drifter: data family DBConnection a
Files
- changelog +2/−0
- drifter.cabal +5/−5
changelog view
@@ -1,3 +1,5 @@+# 0.2.4+* Loosen all deps # 0.2.3 * Loosen dep on fgl # 0.2.2
drifter.cabal view
@@ -1,11 +1,11 @@ name: drifter-version: 0.2.3+version: 0.2.4 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 that this library isn't meant to be used directly, but rather as a base library for a specific driver. For an example of a- functioning driver, you shold check out <https://hackage.haskell.org/package/drifter-postgresql drifter-postgresql>.+ functioning driver, you should check out <https://hackage.haskell.org/package/drifter-postgresql drifter-postgresql>. license: MIT license-file: LICENSE author: AndrewRademacher@@ -34,9 +34,9 @@ default-language: Haskell2010 build-depends: base >=4.5 && <5- , fgl >=5.5 && <6- , containers >=0.5 && <0.6- , text >=0.11 && <1.3+ , fgl >=5.5+ , containers >=0.5+ , text >=0.11 other-modules: Drifter.Graph , Drifter.Types