Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions ChangeLog.md

This file was deleted.

20 changes: 20 additions & 0 deletions change_logs/ChangeLog_0900.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Change Log 0.9.0.0

## Added and Fixed Exercises

* Exercise explanations are more consistent
* Fix usage of tuples in functions exercise
* Add currying exercise
* Fix `Read` instance in an exercise

## Nix

* Added basic support for using `nix-shell`

## Project Organization Changes

* Update project and exercises to use GHC 8.10.4
* Re-organize file structure
* Refactoring changes with monads and File Path library
* Use Hpack
* Add Haddock comments
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ copyright: "2021 Monday Morning Haskell"
description: Please see the README on GitHub at <https://github.com/MondayMorningHaskell/haskellings#readme>
extra-source-files:
- README.md
- ChangeLog.md

dependencies:
- base >= 4.7 && < 5
Expand Down