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.
1 parent e24dcfe commit 62fcdcfCopy full SHA for 62fcdcf
nix/overlay.nix
@@ -48,6 +48,8 @@ let
48
"ghc-typelits-natnormalise"
49
"${ghc-typelits-natnormalise}"
50
{ };
51
+ # doctest-parallel = hprev.callHackage "doctest-parallel" "0.3.1" { };
52
+ doctest-parallel = hprev.callHackageDirect { pkg = "doctest-parallel"; ver = "0.3.1"; sha256 = "sha256-j0mk4RTEau6Cl90E8vMWZiA/ldRRurtLSYbGGE+q/vk="; } {};
53
};
54
55
# An overlay with the packages in this repository.
0 commit comments