From: Debian Haskell Group Date: Tue, 5 Nov 2024 23:21:23 +0000 (+0100) Subject: hurd-cabal-supportrpaths X-Git-Tag: archive/raspbian/9.6.6-4+rpi1^2^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b7de242492e2eca821bc30040589ada1300bc5e5;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.