aeson+witherable dependency issue building simplex-chat on openbsd 7.7
- Dominant language
- Haskell
- Stars
- 1.7k
- Forks
- 750
- Avg merge
- 4d 3h
- Merged PRs (30d)
- 28
Description
**Describe the bug**
building simplex-chat on openbsd 7.7 with ghc 9.8.3 and cabal.
**To Reproduce**
within simplex-chat git folder, executing:
>cabal update
>doas cabal install --allow-newer=base,bytestring,template-haskell,text,process simplex-chat:exe:simplex-chat
OR
>doas cabal install simplex-chat:exe:simplex-chat
**Expected behavior**
installation of simplex-chat
**System information**
OpenBSD 7.7
GHC 9.8.3
cabal-install version 3.14.1.1
**Output Error**
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.
Error: [Cabal-7107]
Could not resolve dependencies:
[__0] trying: aeson-2.2.1.0 (user goal)
[__1] unknown package: witherable (dependency of aeson)
[__1] fail (backjumping, conflict set: aeson, witherable)
After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: aeson, witherable
Contributor guide
Assessment
This issue has not been assessed yet.