Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 786 Bytes

ChangeLog.md

File metadata and controls

34 lines (19 loc) · 786 Bytes

Changelog for ninetynine

Unreleased changes

See https://github.com/chungyc/ninetynine.

v1.3.0

  • Update to Haskell Stack LTS 22.23.

v1.2.0

  • No longer require the implementation of partial functions.

v1.1.0

  • 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

  • 99 Haskell problems ready to see the light of day.