We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 232e4fd + 4276c48 commit 0eb23e4Copy full SHA for 0eb23e4
default.nix
@@ -14,8 +14,8 @@ in
14
, haskell ? import (overrideWith "haskell"
15
(pkgs.fetchFromGitHub { owner = "input-output-hk";
16
repo = "haskell.nix";
17
- rev = "ed1dbc01f98411894f6613c62818f14b02fb6679";
18
- sha256 = "0kbj4kb9rlvjb4afpcisz9zlk5z3h7frkwggfwri1q5683fapkgv";
+ rev = "7446d044a0db6acdd3d13c1d933ec1ed6da9a606";
+ sha256 = "11zsf22r98xxr0wj38mm9ig9gsgk5c3wf0xcsxfbf7xxyg4v22iv";
19
name = "haskell-lib-source"; }))
20
{ inherit pkgs; }
21
}:
0 commit comments