Skip to content
Snippets Groups Projects
Commit f4a07829 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

directly depend on zlib in pkgconfig-depends here for reasons

parent 7be69ea0
No related branches found
No related tags found
1 merge request!1Simplistic implementation of download
Pipeline #4466 failed
......@@ -75,7 +75,7 @@ library
, language
-- Modules exported by the library.
exposed-modules: Tahoe.Download
exposed-modules: Tahoe.Download
-- Modules included in this library but not exported.
-- other-modules:
......@@ -94,10 +94,16 @@ library
, text
-- Directories containing source files.
hs-source-dirs: src
hs-source-dirs: src
-- Base language which the package is written in.
default-language: Haskell2010
default-language: Haskell2010
-- We don't directly depend on zlib but we transitively depend on it through
-- some Haskell library that (I think) doesn't bother to declare a pkgconfig
-- dependency - so the build fails if zlib isn't in just the right place
-- unless we add this.
pkgconfig-depends: zlib
executable gbs-download
-- Import common warning flags.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment