postgresql-simple-migration 0.1.9.0 → 0.1.10.1
raw patch · 2 files changed
+10/−4 lines, 2 filesdep ~postgresql-simple-migrationdep ~time
Dependency ranges changed: postgresql-simple-migration, time
Files
Changelog.markdown view
@@ -1,5 +1,11 @@ # Changelog +## 0.1.10.1+* Fixed hackage warnings++## 0.1.10.0+* Relaxed time bounds+ ## 0.1.9.0 * Bumped dependencies
postgresql-simple-migration.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-migration-version: 0.1.9.0+version: 0.1.10.1 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/ameingast/postgresql-simple-migration Bug-reports: https://github.com/ameingast/postgresql-simple-migration/issues@@ -43,7 +43,7 @@ cryptohash >= 0.11 && < 0.12, directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.6,- time >= 1.4 && < 1.7+ time >= 1.4 && < 1.9 Executable migrate main-is: Main.hs@@ -57,7 +57,7 @@ cryptohash >= 0.11 && < 0.12, directory >= 1.2 && < 1.4, postgresql-simple >= 0.4 && < 0.6,- time >= 1.4 && < 1.7,+ time >= 1.4 && < 1.9, text >= 1.2 && < 1.3 test-suite tests@@ -71,4 +71,4 @@ bytestring >= 0.10 && < 0.11, postgresql-simple >= 0.4 && < 0.6, hspec >= 2.2 && < 2.5,- postgresql-simple-migration >= 0.1 && < 0.2+ postgresql-simple-migration