
4 Jul
2010
4 Jul
'10
6:34 a.m.
On 4 July 2010 11:28, Daniel Fischer
Well, in case of emergency, there's always
*download the .tar.gz from hackage via wget, browser, ... * unpack the archive $ cd hdirect/0.21.0 $ cabal install
If you download the archive there is also the manual way: cd into the archive after untarring it...
runhaskell Setup.hs configure runhaskell Setup.hs build runhaskell Setup.hs install
The last step may require sudo privileges depending on your set up. Also some archives have a Setup.lhs rather than Setup.hs file.