Skip to content

Commit 87a9e65

Browse files
committed
Fix typo and add change log entry
1 parent c7cfd39 commit 87a9e65

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

changelog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
This file contains a summary of changes to Haskell.nix and `nix-tools`
22
that will impact users.
33

4+
## Jan 25, 2021
5+
* Removed older versions of haskell-language-server from custom-tools
6+
(0.8.0 is in hackage so we can still get that version).
7+
48
## Jan 14, 2021
59
* Added support for cross package refs (with a project). Relative
610
directory references between packages within a project should now

overlays/tools.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ in { haskell-nix = prev.haskell-nix // {
9797
# sure they are cached.
9898
custom-tools = {
9999
# Currently everything we want is in hackage.
100-
# Before addy anything here consider uploading to hackage instead.
100+
# Before adding anything here consider uploading to hackage instead.
101101
# If that is not possible look at the git history of this file to see examples
102102
# of how to add a custom-tool.
103103
};

0 commit comments

Comments
 (0)