File tree Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Expand file tree Collapse file tree 3 files changed +20
-4
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Change Log 0.9.0.0
2+
3+ ## Added and Fixed Exercises
4+
5+ * Exercise explanations are more consistent
6+ * Fix usage of tuples in functions exercise
7+ * Add currying exercise
8+ * Fix ` Read ` instance in an exercise
9+
10+ ## Nix
11+
12+ * Added basic support for using ` nix-shell `
13+
14+ ## Project Organization Changes
15+
16+ * Update project and exercises to use GHC 8.10.4
17+ * Re-organize file structure
18+ * Refactoring changes with monads and File Path library
19+ * Use Hpack
20+ * Add Haddock comments
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ copyright: "2021 Monday Morning Haskell"
88description : Please see the README on GitHub at <https://github.com/MondayMorningHaskell/haskellings#readme>
99extra-source-files :
1010 - README.md
11- - ChangeLog.md
1211
1312dependencies :
1413 - base >= 4.7 && < 5
You can’t perform that action at this time.
0 commit comments