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

shelly: init at 1.10.0

parent b68f2e59
Branches
No related merge requests found
...@@ -297,6 +297,8 @@ final: prev: with pkgs.haskell.lib; { ...@@ -297,6 +297,8 @@ final: prev: with pkgs.haskell.lib; {
shake = dontCheck (prev.callHackage "shake" "0.19.6" { }); shake = dontCheck (prev.callHackage "shake" "0.19.6" { });
shelly = dontCheck (prev.callHackage "shelly" "1.10.0" { });
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