Skip to content

Commit

Permalink
hurd-cabal-supportrpaths
Browse files Browse the repository at this point in the history
haskell/cabal#9441
Debian-Bug: https://bugs.debian.org/1056305


Gbp-Pq: Name hurd-cabal-supportrpaths
  • Loading branch information
Debian Haskell Group authored and Gianfranco Costamagna committed Nov 5, 2024
1 parent f10f402 commit b7de242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion libraries/Cabal/Cabal/src/Distribution/Simple/GHC.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion libraries/Cabal/Cabal/src/Distribution/Simple/GHCJS.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7de242

Please sign in to comment.