[Haskell-cafe] .cabal problem

Galchin Vasili vigalchin at gmail.com
Sun Mar 2 00:02:43 EST 2008


exactly .. I have version 6.6.1 ... question is how do I get the Unbuntu
package for version 6.8?

V.

On Sat, Mar 1, 2008 at 8:02 PM, Adam Langley <agl at imperialviolet.org> wrote:

> 2008/3/1 Galchin Vasili <vigalchin at gmail.com>:
> >     I am trying to install a package on my Linux Ubuntu machine. It
> chokes
> > build-depends:  base, directory because directory dependency is
> > unresolvable. Do I have to specify "extra-libs" so that correct library
> > space is searched? Actually I tried this and it didn't help. ??
>
> So, here's[1] the package "directory", however it ships with GHC, so
> you very probably already have it installed. Try `ghc-pkg describe
> directory` to check. Also, run `ghc --version` to see what version of
> GHC you are running. If it's < 6.8, you may have problems because the
> directory package didn't exist before then, I believe the same modules
> were in the base package. In that case, the easy solution is probably
> to upgrade GHC.
>
>
> [1]
> http://hackage.haskell.org/cgi-bin/hackage-scripts/package/directory-1.0.0.0
>
>
> AGL
>
> --
> Adam Langley agl at imperialviolet.org http://www.imperialviolet.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20080301/e6401862/attachment.htm


More information about the Haskell-Cafe mailing list