From: Debian Haskell Group Date: Sun, 15 Sep 2024 21:17:25 +0000 (+0300) Subject: hurd-cabal-supportrpaths X-Git-Tag: archive/raspbian/9.6.6-2+rpi1~2^2~9 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f319ba0ae784f3b831da9706b2296d07782025d5;p=ghc.git hurd-cabal-supportrpaths https://github.com/haskell/cabal/pull/9441 Debian-Bug: https://bugs.debian.org/1056305 Gbp-Pq: Name hurd-cabal-supportrpaths --- diff --git a/libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs b/libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs index a9c51414..aeca77d9 100644 --- a/libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs +++ b/libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs @@ -1836,7 +1836,7 @@ getRPaths lbi clbi | supportRPaths hostOS = do supportRPaths Android = False supportRPaths Ghcjs = False supportRPaths Wasi = False - supportRPaths Hurd = False + supportRPaths Hurd = True supportRPaths (OtherOS _) = False -- Do _not_ add a default case so that we get a warning here when a new OS -- is added. diff --git a/libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs b/libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs index 3cc6c544..7df7e589 100644 --- a/libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs +++ b/libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs @@ -1537,7 +1537,7 @@ getRPaths lbi clbi | supportRPaths hostOS = do supportRPaths Android = False supportRPaths Ghcjs = False supportRPaths Wasi = False - supportRPaths Hurd = False + supportRPaths Hurd = True supportRPaths (OtherOS _) = False -- Do _not_ add a default case so that we get a warning here when a new OS -- is added.