File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ self: super: {
420
420
modules = ( args . modules or [ ] )
421
421
++ self . lib . optional ( args ? ghc ) { ghc . package = args . ghc ; } ;
422
422
} ;
423
- in { inherit ( pkg-set . config ) hsPkgs ; plan-nix = plan . nix ; } ;
423
+ in { inherit ( pkg-set . config ) hsPkgs ; inherit pkg-set ; plan-nix = plan . nix ; } ;
424
424
425
425
cabalProject = args : let p = cabalProject' args ;
426
426
in p . hsPkgs // {
@@ -445,7 +445,7 @@ self: super: {
445
445
++ ( args . modules or [ ] )
446
446
++ self . lib . optional ( args ? ghc ) { ghc . package = args . ghc ; } ;
447
447
} ;
448
- in { inherit ( pkg-set . config ) hsPkgs ; stack-nix = stack . nix ; } ;
448
+ in { inherit ( pkg-set . config ) hsPkgs ; inherit pkg-set ; stack-nix = stack . nix ; } ;
449
449
450
450
stackProject = args : let p = stackProject' args ;
451
451
in p . hsPkgs // {
You can’t perform that action at this time.
0 commit comments