Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#66282 - [haskell-async] Could not find module ‘Control.Concurrent.Async’
Attached to Project:
Community Packages
Opened by Franz (enbQao) - Friday, 17 April 2020, 08:44 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 06 May 2020, 18:37 GMT
Opened by Franz (enbQao) - Friday, 17 April 2020, 08:44 GMT
Last edited by Felix Yan (felixonmars) - Wednesday, 06 May 2020, 18:37 GMT
|
DetailsDescription:
I am trying to install https://github.com/noschinl/cyp. I have installed ghc 8.8.3-2 and cabal-install 3.0.0.0-78, therefore haskell-async 2.2.2-6 is installed as dependency of cabal-install. When trying to install cyp using cabal-install (cabal install --allow-newer), I get the following error message: Test/Tasty/Parallel.hs:7:1: error: Could not find module ‘Control.Concurrent.Async’ There are files missing in the ‘async-2.2.2’ package Additional info: * package version 2.2.2-6 Steps to reproduce: 1. Install ghc and cabal-install 2. Clone the repository https://github.com/noschinl/cyp 3. cd into the cyp directory 4. Try installing cyp using cabal (cabal install --allow-newer) |
This task depends upon
The mentioned project doesn't build even with the flag though, because it still needs some work to port for the new MonadFail thing.
Unfortunately I am not very familiar with everything haskell (yet), but your comment, contrary to what I thought initially, sounds like this is not a package-specific issue, is it?
If it is not, then I think this ticket could be closed.