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: {
420420 modules = ( args . modules or [ ] )
421421 ++ self . lib . optional ( args ? ghc ) { ghc . package = args . ghc ; } ;
422422 } ;
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 ; } ;
424424
425425 cabalProject = args : let p = cabalProject' args ;
426426 in p . hsPkgs // {
@@ -445,7 +445,7 @@ self: super: {
445445 ++ ( args . modules or [ ] )
446446 ++ self . lib . optional ( args ? ghc ) { ghc . package = args . ghc ; } ;
447447 } ;
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 ; } ;
449449
450450 stackProject = args : let p = stackProject' args ;
451451 in p . hsPkgs // {
You can’t perform that action at this time.
0 commit comments