From 5a4a453d6b9ec3d0986c73f4e73ed03c0a4065dd Mon Sep 17 00:00:00 2001 From: Adrian Cochrane Date: Thu, 7 Jan 2021 19:39:02 +1300 Subject: [PATCH] dependency is required for ext: regardless of buildflag. --- hurl.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hurl.cabal b/hurl.cabal index 3f920ba..266c4b3 100644 --- a/hurl.cabal +++ b/hurl.cabal @@ -96,7 +96,7 @@ library build-depends: base >=4.9 && <5, text >= 1.2 && <1.3, network-uri >=2.6 && <2.7, bytestring >= 0.10 && < 0.11, async >= 2.1 && < 2.3, filepath, directory >= 1.3.2, - time >= 1.6 + process >= 1.2 && <2.0, time >= 1.6 -- Directories containing source files. hs-source-dirs: src @@ -121,7 +121,7 @@ library build-depends: base64-bytestring >=1.0 && <2.0 if flag(freedesktop) CPP-options: -DWITH_XDG - build-depends: process >= 1.2 && <2.0, xml-conduit >=1.8, zlib >= 0.6 && < 0.7, containers + build-depends: xml-conduit >=1.8, zlib >= 0.6 && < 0.7, containers other-modules: Network.URI.XDG.Ini, Network.URI.XDG.MimeApps, Network.URI.XDG.DesktopEntry, Network.URI.XDG.MimeInfo, Network.URI.XDG, Network.URI.XDG.AppStream, Network.URI.XDG.AppStreamOutput -- 2.30.2