haskell / haskell/network-uri

s390x support for network-uri

Open
#65 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.