hurd-cabal-supportrpaths
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Mon, 17 Feb 2025 08:44:23 +0000 (09:44 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Mon, 17 Feb 2025 08:44:23 +0000 (09:44 +0100)
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
libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs

index a9c5141401c366083f620e090d2df336cbf94691..aeca77d9699b58904766a451aae7bb6b1c4b95e9 100644 (file)
@@ -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.
index 3cc6c544434b561672800bb1468f662db8cb2ad4..7df7e5890fdf9eb2b2bb98aefdfd5b56799da2df 100644 (file)
@@ -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.