Skip to content

Commit 62fcdcf

Browse files
committed
Use doctest-parallel-0.3.1 in nix CI build
1 parent e24dcfe commit 62fcdcf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/overlay.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ let
4848
"ghc-typelits-natnormalise"
4949
"${ghc-typelits-natnormalise}"
5050
{ };
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="; } {};
5153
};
5254

5355
# An overlay with the packages in this repository.

0 commit comments

Comments
 (0)