[Haskell-beginners] Problems with cabal install hakyll

Britt Anderson britt.anderson at uwaterloo.ca
Wed Oct 16 14:06:20 UTC 2013


Thanks for the suggestion, but cabal 1.18 has conflicts with gtk2hs. In an earlier post to the beginners list, I was instructed to roll back to 1.16 to get around a conflict with gtk2hs.
________________________________________
From: Beginners [beginners-bounces at haskell.org] on behalf of Daniel Trstenjak [daniel.trstenjak at gmail.com]
Sent: Wednesday, October 16, 2013 10:04 AM
To: beginners at haskell.org
Subject: Re: [Haskell-beginners] Problems with cabal install hakyll

Hi Britt,

most likely the problem is solved by using a cabal sandbox (cabal >= 1.18).

Update your cabal version:

   cabal install cabal-install


Create a sandbox and build hakyll in it:

   cabal sandbox init
   cabal install -j hakyll   (-j for building on multiple cores)


The hakyll binary will then be located in './cabal-sandbox/bin/'.


Greetings,
Daniel
_______________________________________________
Beginners mailing list
Beginners at haskell.org
http://www.haskell.org/mailman/listinfo/beginners


More information about the Beginners mailing list