Skip to content

Releases: chungyc/ninetynine

v1.3.0

29 May 00:53
bd33154
Compare
Choose a tag to compare
  • Update to build on Haskell Stack LTS 22.23.

v1.2.0

09 Dec 05:19
3190f7e
Compare
Choose a tag to compare
  • No longer require the implementation of partial functions.

v1.1.0

23 Jan 06:04
a9f1000
Compare
Choose a tag to compare
  • Improvements in testing.

  • Improve code hygiene with HLint.

  • Add a tutorial problem to walk through the process of solving a problem.

  • Use Parsec for parsing in non-solution code instead of using manually crafted parsers.

  • Rename Problems.PostfixNotation to Problems.Monads to be consistent with other supporting modules.

  • Remove Duplicate operator from Problems.P79, and also update the problem to require a more complete calculation history.

v1.0.0

07 Jan 00:38
8438067
Compare
Choose a tag to compare

First public release.