You are not logged in.
I'd like to install Yesod. According to this page, you need to do "cabal install Cabal cabal-install yesod".
I did that, and get a bunch of errors: http://pastebin.com/Egke6KER
Lots of "There are files missing in the xxxxx package"
Anybody knows how to figure this out?
BTW, I know that Yesod is available in AUR, but there are many dependencies and I don't want to install them manually.
Offline
Not knowing anything about that package, just looking at the AUR package tells me that you would need those dependencies (which is WHY they're in the depends list). No way around that, unfortunately.
If you don't want to build manually software like yaourt can help.
Allan-Volunteer on the (topic being discussed) mailn lists. You never get the people who matters attention on the forums.
jasonwryan-Installing Arch is a measure of your literacy. Maintaining Arch is a measure of your diligence. Contributing to Arch is a measure of your competence.
Griemak-Bleeding edge, not bleeding flat. Edge denotes falls will occur from time to time. Bring your own parachute.
Offline
This is what I'd try:
1. Uninstall all Haskell packages managed by Pacman except ghc and cabal-install.
2. $ rm -Rf ~/.cabal
3. $ cabal update
4. $ cabal install yesod
Offline
@ngoonee
Hmm I just tried using yaourt, and apparently there are broken dependencies here and there, so I can't build it
@Leffe
I even uninstalled ghc, and re-installed it again. The same errors still occur.
Anyway, I think I'll wait for a while, untill all the dependencies are updated.
Offline