hurd-cabal-osstring
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Sun, 15 Sep 2024 21:17:25 +0000 (00:17 +0300)
committerIlias Tsitsimpis <iliastsi@debian.org>
Sun, 15 Sep 2024 21:17:25 +0000 (00:17 +0300)
https://github.com/haskell/cabal/pull/9434
Debian-Bug: https://bugs.debian.org/1056305

Gbp-Pq: Name hurd-cabal-osstring

libraries/Cabal/Cabal/src/Distribution/Simple/GHC/Internal.hs

index 6b595b75f3a66f993777a63c3b06c137a86b21ef..d8c94e6a45b6155f018939714352f4796c2d2bf1 100644 (file)
@@ -639,6 +639,7 @@ ghcOsString :: OS -> String
 ghcOsString Windows = "mingw32"
 ghcOsString OSX     = "darwin"
 ghcOsString Solaris = "solaris2"
+ghcOsString Hurd    = "gnu"
 ghcOsString other   = prettyShow other
 
 -- | GHC's rendering of its platform and compiler version string as used in