https://github.com/haskell/cabal/pull/9441
Debian-Bug: https://bugs.debian.org/
1056305
Gbp-Pq: Name hurd-cabal-supportrpaths
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.
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.