[Haskell-beginners] Problems with cabal install hakyll

Daniel Trstenjak daniel.trstenjak at gmail.com
Wed Oct 16 14:04:18 UTC 2013


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


More information about the Beginners mailing list