Skip to content

Commit d4eb1f2

Browse files
committed
rename
1 parent e7810fd commit d4eb1f2

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
0.10.2.0
22
--------
33

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

118
0.10.1.0
129
--------

postgresql-libpq.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extra-source-files: CHANGELOG.md
3939
-- If true, use pkg-config, otherwise use the pg_config based build
4040
-- configuration
4141
flag use-pkg-config
42-
default: True
42+
default: False
4343
manual: True
4444

4545
library

0 commit comments

Comments
 (0)