Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
haskell-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
163
Issues
163
List
Board
Labels
Milestones
Merge Requests
9
Merge Requests
9
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
haskell-gargantext
Commits
9c25829c
Verified
Commit
9c25829c
authored
Apr 18, 2025
by
Przemyslaw Kaminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[flake] fix libpq dependency
parent
4a000d28
Pipeline
#7535
failed with stages
in 13 minutes and 13 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
cabal.project
cabal.project
+4
-0
cabal.project.freeze
cabal.project.freeze
+1
-1
No files found.
cabal.project
View file @
9c25829c
...
...
@@ -12,6 +12,10 @@ tests: True
packages
:
./
--
https
://
github
.
com
/
input
-
output
-
hk
/
haskell
.
nix
/
issues
/
2281
package
postgresql
-
libpq
flags
:
+
use
-
pkg
-
config
source
-
repository
-
package
type
:
git
location
:
https
://
github
.
com
/
AccelerateHS
/
accelerate
.
git
...
...
cabal.project.freeze
View file @
9c25829c
...
...
@@ -386,7 +386,7 @@ constraints: any.Boolean ==0.2.4,
any.port-utils ==0.2.1.0,
any.postgres-options ==0.2.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-simple ==0.7.0.0,
any.pretty ==1.1.3.6,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment