Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Aug 19, 2024
1 parent e7810fd commit d4eb1f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
0.10.2.0
--------

- Change `use-pkg-config` default to `True`.
Windows and macOS users may need to disable the flag if their
libpq installation doesn't provide pkg-config database entry.
- Split the c library dependency into separate
packages, so in `pkg-config` scenario, all packages
are `build-type: Simple`.
- Split the c library dependency into separate packages.
Now the dependencies are either all `build-type: Simple` (`-f +use-pkg-config`)
or `build-type: Configure` (`-f -use-pkg-config`).

0.10.1.0
--------
Expand Down
2 changes: 1 addition & 1 deletion postgresql-libpq.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ extra-source-files: CHANGELOG.md
-- If true, use pkg-config, otherwise use the pg_config based build
-- configuration
flag use-pkg-config
default: True
default: False
manual: True

library
Expand Down

0 comments on commit d4eb1f2

Please sign in to comment.