postgresql-migration 0.2.1.4 → 0.2.1.6
raw patch · 1 files changed
+20/−20 lines, 1 filesdep ~base64-bytestringdep ~bytestringdep ~cryptohash
Dependency ranges changed: base64-bytestring, bytestring, cryptohash, directory, filepath, hspec, postgresql-simple, text, time
Files
- postgresql-migration.cabal +20/−20
postgresql-migration.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: postgresql-migration-version: 0.2.1.4+version: 0.2.1.6 synopsis: PostgreSQL Schema Migrations homepage: https://github.com/andrevdm/postgresql-migration Bug-reports: https://github.com/andrevdm/postgresql-migration/issues@@ -12,7 +12,7 @@ category: Database build-type: Simple description: A PostgreSQL-simple schema migration utility-tested-with: GHC==9.0.1, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4+tested-with: GHC==9.2.4, GHC==9.0.1, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4 extra-source-files: License Readme.markdown@@ -54,14 +54,14 @@ hs-source-dirs: src default-language: Haskell2010 build-depends: base >= 4.9 && < 5.0- , base64-bytestring >= 1.0 && < 1.3- , bytestring >= 0.10 && < 0.12- , cryptohash >= 0.11 && < 0.12- , directory >= 1.2 && < 1.4- , filepath >= 1.4.1.0 && < 1.4.3.0- , postgresql-simple >= 0.4 && < 0.7- , time >= 1.4 && < 1.12- , text >= 1.2 && < 1.3+ , base64-bytestring >= 1.0+ , bytestring >= 0.10+ , cryptohash >= 0.11+ , directory >= 1.2+ , filepath >= 1.4.1.0+ , postgresql-simple >= 0.4+ , time >= 1.4+ , text >= 1.2 || ^>=2.0 executable migrate import: common-options@@ -77,13 +77,13 @@ default-language: Haskell2010 build-depends: postgresql-migration , base >= 4.9 && < 5.0- , base64-bytestring >= 1.0 && < 1.3- , bytestring >= 0.10 && < 0.12- , cryptohash >= 0.11 && < 0.12- , directory >= 1.2 && < 1.4- , postgresql-simple >= 0.4 && < 0.7- , time >= 1.4 && < 1.12- , text >= 1.2 && < 1.3+ , base64-bytestring >= 1.0+ , bytestring >= 0.10+ , cryptohash >= 0.11+ , directory >= 1.2+ , postgresql-simple >= 0.4+ , time >= 1.4+ , text >= 1.2 || ^>=2.0 test-suite tests import: common-options@@ -101,6 +101,6 @@ type: exitcode-stdio-1.0 build-depends: postgresql-migration , base >= 4.9 && < 5.0- , bytestring >= 0.10 && < 0.12- , postgresql-simple >= 0.4 && < 0.7- , hspec >= 2.2 && <= 2.11.0+ , bytestring >= 0.10+ , postgresql-simple >= 0.4+ , hspec >= 2.2