
16 Oct
2013
16 Oct
'13
10:04 a.m.
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