s390x support for network-uri
- Dominant language
- Haskell
- Stars
- 28
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
Trying to upgrade cabal from 1.24.0.2 to 3.2 and the network-uri package build fails with `ghc: setNumCapabilities: not supported on this platform`. This does seem like a `ghc` bug so I opened one [here](https://gitlab.haskell.org/ghc/ghc/-/issues/19689) and want to track/test this once that's fixed.
```
[network-uri-2.6.4.1]$ cabal build
Building network-uri-2.6.4.1...
Preprocessing library network-uri-2.6.4.1...
ghc: setNumCapabilities: not supported on this platform
[1 of 3] Compiling Network.URI ( Network/URI.hs, dist/build/Network/URI.o )
Network/URI.hs:1380:1: error:
• Can't find interface-file declaration for variable Language.Haskell.TH.Lib.appE
Probable cause: bug in .hi-boot file, or inconsistent .hi file
Use -ddump-if-trace to get an idea of which file caused the error
• In the expression:
Language.Haskell.TH.Lib.appE
(Language.Haskell.TH.Lib.appE
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.