Hi, I've got a problem with compiling Yi devel on ubuntu 8.10. (please keep in mind I have no idea about haskell standards / utilities).
I got the sources from darcs as described and installed cabal in home dir. Running `cabal configure -fghcAPI` got me a lot of dependencies to install - I got most of them with `cabal install ...`. But after installing everything I can, running `cabal update`, here's the result: $ cabal configure -fghcAPI Resolving dependencies... Configuring yi-0.5.3... cabal: At least the following dependencies are missing: base >=4, binary >=0.4.2 && <0.5, ghc ==6.8.3 || ==6.10.1, pointedlist >=0.3.1 Unfortunately running install pointedlist fails because it depends on base, ghc is not found at all and `cabal install base --reinstall` gives me: Resolving dependencies... cabal: cannot configure base-4.0.0.0. It requires ghc-prim -any and integer -any There is no available version of ghc-prim that satisfies -any There is no available version of integer that satisfies -any Is there no way to install yi with ubuntu's original ghc-6.8.2? I don't know what's the versioning schema for ghc, but does yi really depend on a specific revision number? Any pointers appreciated :) --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
