hurd-cabal-osstring
authorDebian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
Tue, 5 Nov 2024 23:21:23 +0000 (00:21 +0100)
committerGianfranco Costamagna <locutusofborg@debian.org>
Tue, 5 Nov 2024 23:21:23 +0000 (00:21 +0100)
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