
28 May
2015
28 May
'15
11:53 p.m.
On Thu, 28 May 2015 16:03:42 -0500
Christopher Allen
To that end, I've got an example for firing up a little Cabal project and using a sandbox for the dependencies here: http://howistart.org/posts/haskell/1
The short version:
mkdir project && cd project && cabal sandbox init && cabal install vector && cabal repl
very nice. i've bookmarked it!! Brian