-
Make sure your Mac or Linux machine is set up with Haskell and Cabal: https://github.com/bitemyapp/learnhaskell
-
Clone this repo
-
cdinto this repo and runcabal sandbox init && cabal install --only-dep(Always install packages in a cabal sandbox. Create and destroy sandboxen withcabal sandbox initandcabal sandbox delete, respectively. Anycabal installs you run while within a sandboxed directory will install packages into that sandbox.) -
Make sure Ruby is installed on your machine. Install Guard with
gem install guard guard-shell. Guard will re-run your tests when files change. Start Guard within your sandbox by runningcabal exec guard; If that doesn't work, runcabal exec sh, then runguard. Hit<return>to see pretty green lights. -
If these directions don't work for you, let someone know.
-
Notifications
You must be signed in to change notification settings - Fork 2
LasVegasFunctionalProgrammingGroup/haskell-kata-template
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Basic template for Haskell katas
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published