Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
don't search in pkg-config database for zlib
Browse files Browse the repository at this point in the history
tchoutri committed May 18, 2024
1 parent 9481dbf commit 5cab1b0
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -26,6 +26,9 @@ package *
package warp
flags: -x509

package zlib
flags: -pkg-config

source-repository-package
type: git
location: https://github.com/haskell-cryptography/libsodium-bindings
2 changes: 1 addition & 1 deletion cabal.project.freeze
Original file line number Diff line number Diff line change
@@ -437,5 +437,5 @@ constraints: any.Cabal ==3.10.3.0,
any.xml-types ==0.3.8,
any.zigzag ==0.1.0.0,
any.zlib ==0.7.1.0,
zlib -bundled-c-zlib +non-blocking-ffi +pkg-config
zlib -bundled-c-zlib +non-blocking-ffi -pkg-config
index-state: hackage.haskell.org 2024-05-14T16:55:19Z

0 comments on commit 5cab1b0

Please sign in to comment.