Ninety-Nine Haskell Problems
These are my solutions to Haskell’s “99 problems” code challenges.
cabal sandbox init
cabal install --enable-test --only-dependencies
cabal test
Many thanks to @kazu-yamamoto and @tfausak for their guides on how to set up proper test suites in Haskell.