packages feed

dbmigrations 0.5 → 0.6

raw patch · 1 files changed

+6/−6 lines, 1 filesdep ~mtldep ~processdep ~time

Dependency ranges changed: mtl, process, time

Files

dbmigrations.cabal view
@@ -1,5 +1,5 @@ Name:                dbmigrations-Version:             0.5+Version:             0.6 Synopsis:            An implementation of relational database "migrations" Description:         A library and program for the creation,                      management, and installation of schema updates@@ -19,8 +19,8 @@                      'moo' command.  Category:            Database-Author:              Jonathan Daugherty <drcygnus@gmail.com>-Maintainer:          Jonathan Daugherty <drcygnus@gmail.com>+Author:              Jonathan Daugherty <cygnus@foobox.com>+Maintainer:          Jonathan Daugherty <cygnus@foobox.com> Build-Type:          Simple License:             BSD3 License-File:        LICENSE@@ -45,10 +45,10 @@   Build-Depends:     base >= 4 && < 5,     HDBC >= 2.2.1 && < 2.4,-    time >= 1.1 && < 1.2,+    time == 1.4.*,     random >= 1.0 && < 1.1,     containers >= 0.2 && < 0.6,-    mtl >= 1.1 && < 1.2,+    mtl == 2.1.*,     filepath >= 1.1 && < 1.4,     directory >= 1.0 && < 1.2,     fgl >= 5.4 && < 5.5,@@ -75,7 +75,7 @@     HDBC-postgresql,     HDBC-sqlite3,     HUnit >= 1.2 && < 1.3,-    process >= 1.0 && < 1.1+    process == 1.1.*    if impl(ghc >= 6.12.0)     ghc-options: -threaded -Wall -fwarn-tabs -funbox-strict-fields