Skip to content

Commit aa18607

Browse files
committed
Remove sublib dep work around
1 parent d7f9fa2 commit aa18607

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

test/cabal-sublib/default.nix

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ let
1010
# haddock: No input file(s)
1111
packages.cabal-sublib.doHaddock = false;
1212
}
13-
# TODO fix plan-to-nix so this is not needed.
14-
# This is a manual work around for `plan-to-nix` not
15-
# handling `build-depends: cabal-sublib:slib` correctly
16-
({config, ...}: {
17-
packages.cabal-sublib.components.exes.cabal-sublib.depends = [
18-
config.hsPkgs.cabal-sublib.components.sublibs.slib ];
19-
})
2013
];
2114

2215
# The ./pkgs.nix works for linux & darwin, but not for windows

0 commit comments

Comments
 (0)