|
|
|
|
|
by stevekemp
4918 days ago
|
|
I'm not a haskell user, but I did recently try to install a haskell project on my Debian Squeeze host: $ sudo apt-get install ghc6 cabal-install
$ sudo cabal update
$ sudo cabal install hakyll
That failed with an error of the form "installing XX version YY requires FOO version BAR". That gave me zero help in completing the installation, and so I gave up.FWIW: https://github.com/skx/static-site-generators |
|