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 3872708 commit 021e65aCopy full SHA for 021e65a
nix-tools/pkgs.nix
@@ -2,6 +2,7 @@
2
pkgs = hackage:
3
{
4
packages = {
5
+ "cabal-doctest".revision = (((hackage."cabal-doctest")."1.0.6").revisions).default;
6
"criterion-measurement".revision = (((hackage."criterion-measurement")."0.1.1.0").revisions).default;
7
"test-framework-hunit".revision = (((hackage."test-framework-hunit")."0.3.0.2").revisions).default;
8
"test-framework-hunit".flags.base4 = true;
0 commit comments