
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@haskell.org] on behalf of Daniel Trstenjak [daniel.trstenjak@gmail.com] Sent: Wednesday, October 16, 2013 10:04 AM To: beginners@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@haskell.org http://www.haskell.org/mailman/listinfo/beginners