Skip to content

mattaudesse/haskell-99-problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

These are my solutions to Haskell's "99 problems" code challenges.

Follow these steps to bootstrap your environment:
cabal sandbox init
cabal install --enable-test --only-dependencies
Then verify code correctness by invoking:
cabal test

Many thanks to @kazu-yamamoto and @tfausak for their guides on how to set up proper test suites in Haskell.

Build Status