From f319ba0ae784f3b831da9706b2296d07782025d5 Mon Sep 17 00:00:00 2001 From: Debian Haskell Group Date: Mon, 16 Sep 2024 00:17:25 +0300 Subject: [PATCH] hurd-cabal-supportrpaths https://github.com/haskell/cabal/pull/9441 Debian-Bug: https://bugs.debian.org/1056305 Gbp-Pq: Name hurd-cabal-supportrpaths --- libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs | 2 +- libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.30.2