Skip to content

Commit b1b7691

Browse files
authored
Add zlib as pkgconfig-depend (#9)
This allows packaging infrastructure more flexibility in providing the dependency.
1 parent 0a2af6d commit b1b7691

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

streaming-utils.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ library
7979
json-stream > 0.4 && < 0.5,
8080
resourcet > 1.0 && < 1.3,
8181
streaming-commons > 0.2 && < 0.3
82-
82+
83+
pkgconfig-depends: zlib
8384
-- hs-source-dirs:
8485
default-language: Haskell2010

0 commit comments

Comments
 (0)