We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cdee64 commit 0308847Copy full SHA for 0308847
postgresql-migration.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: postgresql-migration
3
-version: 0.2.1.7
+version: 0.2.1.8
4
synopsis: PostgreSQL Schema Migrations
5
homepage: https://github.com/andrevdm/postgresql-migration
6
Bug-reports: https://github.com/andrevdm/postgresql-migration/issues
@@ -18,6 +18,7 @@ tested-with: GHC==9.6.1
18
GHC==9.0.2
19
GHC==8.8.4
20
GHC==8.6.5
21
+ GHC==9.8.2
22
extra-doc-files: Readme.markdown
23
Changelog.markdown
24
extra-source-files: share/test/*.sql
0 commit comments