Skip to content

Commit 9f79589

Browse files
committed
Remove extraneous change
1 parent cbec10a commit 9f79589

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

builder/hspkg-builder.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ in rec {
101101
checks = pkgs.recurseIntoAttrs (builtins.mapAttrs
102102
(_: d: haskellLib.check d)
103103
(lib.filterAttrs (_: d: d.config.doCheck) components.tests));
104-
105104
inherit (package) identifier detailLevel isLocal;
106105
inherit setup cabalFile;
107106
isHaskell = true;

0 commit comments

Comments
 (0)