Skip to content

Commit 3dd94fa

Browse files
authored
Add change log file (#58)
1 parent ca515fa commit 3dd94fa

File tree

3 files changed

+20
-4
lines changed

3 files changed

+20
-4
lines changed

ChangeLog.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

change_logs/ChangeLog_0900.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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

package.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ copyright: "2021 Monday Morning Haskell"
88
description: Please see the README on GitHub at <https://github.com/MondayMorningHaskell/haskellings#readme>
99
extra-source-files:
1010
- README.md
11-
- ChangeLog.md
1211

1312
dependencies:
1413
- base >= 4.7 && < 5

0 commit comments

Comments
 (0)