File tree 2 files changed +5
-1
lines changed 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 1
1
This file contains a summary of changes to Haskell.nix and ` nix-tools `
2
2
that will impact users.
3
3
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
+
4
8
## Jan 14, 2021
5
9
* Added support for cross package refs (with a project). Relative
6
10
directory references between packages within a project should now
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ in { haskell-nix = prev.haskell-nix // {
97
97
# sure they are cached.
98
98
custom-tools = {
99
99
# 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.
101
101
# If that is not possible look at the git history of this file to see examples
102
102
# of how to add a custom-tool.
103
103
} ;
You can’t perform that action at this time.
0 commit comments