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

Add tasty-discover

parent a4a30eeb
No related merge requests found
......@@ -256,6 +256,8 @@ final: prev: with pkgs.haskell.lib; {
tasty = doJailbreak (prev.callCabal2nix "tasty" (inputs.tasty + /core) { });
tasty-discover = doJailbreak (prev.callHackage "tasty-discover" "5.0.0" { });
tasty-hedgehog = doJailbreak (prev.callCabal2nix "tasty-hedgehog" inputs.tasty-hedgehog { });
tasty-hunit = doJailbreak (prev.callCabal2nix "tasty" (inputs.tasty + /hunit) { });
......
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