postgresql-simple-migration 0.1.5.0 → 0.1.6.0
raw patch · 2 files changed
+6/−3 lines, 2 filesdep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: time
API changes (from Hackage documentation)
Files
Changelog.markdown view
@@ -1,5 +1,8 @@ # Changelog +## 0.1.6.0+* Support for GHC 8+ ## 0.1.5.0 * Bumped dependencies
postgresql-simple-migration.cabal view
@@ -1,5 +1,5 @@ name: postgresql-simple-migration-version: 0.1.5.0+version: 0.1.6.0 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.3, postgresql-simple >= 0.4 && < 0.6,- time >= 1.4 && < 1.6+ time >= 1.4 && < 1.7 Executable migrate main-is: Main.hs@@ -57,7 +57,7 @@ cryptohash >= 0.11 && < 0.12, directory >= 1.2 && < 1.3, postgresql-simple >= 0.4 && < 0.6,- time >= 1.4 && < 1.6,+ time >= 1.4 && < 1.7, text >= 1.2 && < 1.3 test-suite tests