hasql-migration 0.1.1 → 0.1.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~directoryPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: directory
API changes (from Hackage documentation)
Files
- hasql-migration.cabal +2/−2
hasql-migration.cabal view
@@ -1,5 +1,5 @@ name: hasql-migration-version: 0.1.1+version: 0.1.2 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/tvh/hasql-migration Bug-reports: https://github.com/tvh/hasql-migration/issues@@ -38,7 +38,7 @@ contravariant >= 1.3 && < 1.5, cryptohash >= 0.11 && < 0.12, data-default-class >= 0.0.1 && < 0.2,- directory >= 1.2 && < 1.3,+ directory >= 1.2 && < 1.4, hasql >= 0.19 && < 0.20, hasql-transaction >= 0.4 && < 0.5, text >= 1.2 && < 1.3,