Skip to content

Commit 27d21c3

Browse files
committed
Update docs and comments
1 parent d59f32c commit 27d21c3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelog.md

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

4+
## December 10, 2019
5+
* Now the `cache` attribute of `stackProject` is not required and is going to be deprecated.
6+
47
## November 18, 2019
58
* Changed the `cleanSourceHaskell` to accept an attrset of `src` and
69
(optional) `name` parameters. This allows you to keep the source

overlays/haskell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,8 +259,6 @@ self: super: {
259259
# src value.
260260
#
261261
# TODO: this should be moved into `call-stack-to-nix`
262-
# it should be automatic and not the burden of
263-
# the end user to work around nix peculiarities.
264262
{ packages = builtins.foldl' (x: y: x // y) {}
265263
(builtins.map ({ name, url, rev, sha256, subdir ? null, ... }:
266264
{ ${name} = { src = self.buildPackages.pkgs.fetchgit { inherit url rev sha256; }; }

0 commit comments

Comments
 (0)