[flake] fix libpq dependency

parent 4a000d28
Pipeline #7535 failed with stages
in 13 minutes and 13 seconds
...@@ -12,6 +12,10 @@ tests: True ...@@ -12,6 +12,10 @@ tests: True
packages: packages:
./ ./
-- https://github.com/input-output-hk/haskell.nix/issues/2281
package postgresql-libpq
flags: +use-pkg-config
source-repository-package source-repository-package
type: git type: git
location: https://github.com/AccelerateHS/accelerate.git location: https://github.com/AccelerateHS/accelerate.git
......
...@@ -386,7 +386,7 @@ constraints: any.Boolean ==0.2.4, ...@@ -386,7 +386,7 @@ constraints: any.Boolean ==0.2.4,
any.port-utils ==0.2.1.0, any.port-utils ==0.2.1.0,
any.postgres-options ==0.2.2.0, any.postgres-options ==0.2.2.0,
any.postgresql-libpq ==0.10.2.0, any.postgresql-libpq ==0.10.2.0,
postgresql-libpq -use-pkg-config, postgresql-libpq +use-pkg-config,
any.postgresql-libpq-configure ==0.10.0.1, any.postgresql-libpq-configure ==0.10.0.1,
any.postgresql-simple ==0.7.0.0, any.postgresql-simple ==0.7.0.0,
any.pretty ==1.1.3.6, any.pretty ==1.1.3.6,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment