From: Debian Haskell Group Date: Mon, 17 Feb 2025 08:44:23 +0000 (+0100) Subject: hurd-cabal-supportrpaths X-Git-Tag: archive/raspbian/9.6.6-4+rpi1^2~14 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e2d500b321cbf09ab46787a3a4c3f293c94a8b27;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.