Skip to content

Commit b7ff313

Browse files
committed
Paths_* should not be exported
1 parent e5cb94b commit b7ff313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

postgresql-migration.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: postgresql-migration
3-
version: 0.2.1.1
3+
version: 0.2.1.2
44
synopsis: PostgreSQL Schema Migrations
55
homepage: https://github.com/andrevdm/postgresql-migration
66
Bug-reports: https://github.com/andrevdm/postgresql-migration/issues
@@ -49,7 +49,7 @@ library
4949
exposed-modules: Database.PostgreSQL.Simple.Migration
5050
, Database.PostgreSQL.Simple.Migration.V1Compat
5151
, Database.PostgreSQL.Simple.Util
52-
, Paths_postgresql_migration
52+
other-modules: Paths_postgresql_migration
5353
autogen-modules: Paths_postgresql_migration
5454
hs-source-dirs: src
5555
default-language: Haskell2010

0 commit comments

Comments
 (0)