Skip to content
Snippets Groups Projects
Commit 4e635474 authored by Max Tomago's avatar Max Tomago
Browse files

sydtest: init at master

parent 5d8885c5
Branches
Tags
No related merge requests found
......@@ -76,6 +76,10 @@
url = "github:TeofilC/servant?ref=ghc-9.4";
flake = false;
};
sydtest = {
url = "github:NorfairKing/sydtest";
flake = false;
};
tasty = {
url = "github:UnkindPartition/tasty";
flake = false;
......
......@@ -367,6 +367,10 @@ final: prev: with pkgs.haskell.lib; {
syb = dontCheck (prev.callHackage "syb" "0.7.2.1" { });
sydtest = dontCheck (prev.callCabal2nix "sydtest" (inputs.sydtest + /sydtest) { });
sydtest-discover = prev.callCabal2nix "sydtest-discover" (inputs.sydtest + /sydtest-discover) { };
tasty = doJailbreak (prev.callCabal2nix "tasty" (inputs.tasty + /core) { });
tasty-discover = doJailbreak (prev.callHackage "tasty-discover" "5.0.0" { });
......
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