Skip to content

zakvdm/99-haskell-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

$ cabal sandbox init                   # Initialise the sandbox
$ cabal install --only-dependencies    # Install dependencies into the sandbox
$ cabal build                          # Build your package inside the sandbox

Testing

In Vim:

:map ,r :!/Users/zakv/.cabal/bin/cabal run<CR>

From command line:

cabal run