Skip to content
Snippets Groups Projects
Commit 27c8b2b6 authored by Daniel Firth's avatar Daniel Firth
Browse files

shake: init at 0.19.6

parent db4e969f
Branches
Tags
No related merge requests found
...@@ -240,6 +240,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -240,6 +240,8 @@ final: prev: with pkgs.haskell.lib; {
serialise = doJailbreak (prev.callCabal2nix "serialise" (inputs.cborg + /serialise) { }); serialise = doJailbreak (prev.callCabal2nix "serialise" (inputs.cborg + /serialise) { });
shake = dontCheck (prev.callHackage "shake" "0.19.6" { });
singleton-bool = doJailbreak (prev.callHackage "singleton-bool" "0.1.6" { }); singleton-bool = doJailbreak (prev.callHackage "singleton-bool" "0.1.6" { });
singletons = prev.callHackage "singletons" "3.0.2" { }; singletons = prev.callHackage "singletons" "3.0.2" { };
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment