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 d7f9fa2 commit aa18607Copy full SHA for aa18607
test/cabal-sublib/default.nix
@@ -10,13 +10,6 @@ let
10
# haddock: No input file(s)
11
packages.cabal-sublib.doHaddock = false;
12
}
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
- })
20
];
21
22
# The ./pkgs.nix works for linux & darwin, but not for windows
0 commit comments