dbmigrations 0.7 → 0.8
raw patch · 1 files changed
+7/−7 lines, 1 filesdep ~HDBCdep ~fgldep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: HDBC, fgl, mtl, process, text
API changes (from Hackage documentation)
Files
- dbmigrations.cabal +7/−7
dbmigrations.cabal view
@@ -1,5 +1,5 @@ Name: dbmigrations-Version: 0.7+Version: 0.8 Synopsis: An implementation of relational database "migrations" Description: A library and program for the creation, management, and installation of schema updates@@ -44,18 +44,18 @@ Build-Depends: base >= 4 && < 5,- HDBC >= 2.2.1 && < 2.4,+ HDBC >= 2.2.1, time == 1.4.*, random >= 1.0 && < 1.1, containers >= 0.2 && < 0.6,- mtl == 2.1.*,+ mtl >= 2.1 && < 3, filepath >= 1.1 && < 1.4, directory >= 1.0 && < 1.3,- fgl >= 5.4 && < 5.5,+ fgl >= 5.4 && < 5.6, template-haskell, yaml-light >= 0.1 && < 0.2, bytestring >= 0.9 && < 1.0,- text == 0.11.*,+ text >= 0.11 && < 1.2, configurator == 0.2.* Hs-Source-Dirs: src@@ -81,7 +81,7 @@ HDBC-postgresql, HDBC-sqlite3, HUnit >= 1.2 && < 1.3,- process == 1.1.*+ process >= 1.1 if impl(ghc >= 6.12.0) ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields@@ -91,7 +91,7 @@ if !flag(testing) Buildable: False- end+ Hs-Source-Dirs: src,test Main-is: TestDriver.hs