/99H

[Haskell] My solutions to https://wiki.haskell.org/99_questions/

Primary LanguageHaskellBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

99H

[Haskell] My solutions to https://wiki.haskell.org/99_questions/

Choose one of the following to proceed:

Test with Stack

  1. Install Dependencies: $ stack setup;
  2. Run tests: $ stack test;

Test with Cabal

  1. Install Dependencies: $ cabal install --only-dependencies --enable-tests;
  2. Run tests: $ cabal test;