Fix the OS string encoding for GNU/Hurd#11401
Fix the OS string encoding for GNU/Hurd#11401sthibaul wants to merge 3 commits intohaskell:masterfrom
Conversation
|
Mhhhh, I think this modifies behaviour (e.g. creating different folders). |
More precisely, it fixes the behavior. The folders were |
|
A fix is a change of behaviour. So, it needs a different PR template which, at least, includes a changelog entry. |
Following https://github.com/haskell/cabal/pull/9434/files , and as seen in the various gnu_HOST_OS usages in the ghc source code, it is expected that GNU/Hurd is advertised as "gnu", like the autotools do.
The broken behaviour could not have been seen by users since ghc would just not compile. Anyway, I have updated so. |
Co-authored-by: ffaf1 <fa-ml@ariis.it>
Following https://github.com/haskell/cabal/pull/9434/files , and as seen in the various gnu_HOST_OS usages in the ghc source code, it is expected that GNU/Hurd is advertised as "gnu", like the autotools do.
Template Α: This PR modifies behaviour or interface
Include the following checklist in your PR:
significance: significantin the changelog file.