We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5cb94b commit b7ff313Copy full SHA for b7ff313
postgresql-migration.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 3.0
2
name: postgresql-migration
3
-version: 0.2.1.1
+version: 0.2.1.2
4
synopsis: PostgreSQL Schema Migrations
5
homepage: https://github.com/andrevdm/postgresql-migration
6
Bug-reports: https://github.com/andrevdm/postgresql-migration/issues
@@ -49,7 +49,7 @@ library
49
exposed-modules: Database.PostgreSQL.Simple.Migration
50
, Database.PostgreSQL.Simple.Migration.V1Compat
51
, Database.PostgreSQL.Simple.Util
52
- , Paths_postgresql_migration
+ other-modules: Paths_postgresql_migration
53
autogen-modules: Paths_postgresql_migration
54
hs-source-dirs: src
55
default-language: Haskell2010
0 commit comments