File tree Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Expand file tree Collapse file tree 1 file changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -482,26 +482,19 @@ final: prev: {
482
482
{ compiler . nix-name = args . compiler-nix-name ; } ;
483
483
extra-hackages = args . extra-hackages or [ ] ;
484
484
} ;
485
- <<<<<<< variant A
486
- in addProjectAndPackageAttrs {
487
- inherit ( pkg-set . config ) hsPkgs ;
488
- inherit pkg-set ;
489
- plan-nix = callProjectResults . projectNix ;
490
- inherit ( callProjectResults ) index-state ;
491
- tool = final . buildPackages . haskell-nix . tool pkg-set . config . compiler . nix-name ;
492
- tools = final . buildPackages . haskell-nix . tools pkg-set . config . compiler . nix-name ;
493
- roots = final . haskell-nix . roots pkg-set . config . compiler . nix-name ;
494
- >>>>>>> variant B
485
+
495
486
project = addProjectAndPackageAttrs rec {
496
487
inherit ( pkg-set . config ) hsPkgs ;
497
488
inherit pkg-set ;
498
489
plan-nix = callProjectResults . projectNix ;
499
490
inherit ( callProjectResults ) index-state ;
491
+ tool = final . buildPackages . haskell-nix . tool pkg-set . config . compiler . nix-name ;
492
+ tools = final . buildPackages . haskell-nix . tools pkg-set . config . compiler . nix-name ;
493
+ roots = final . haskell-nix . roots pkg-set . config . compiler . nix-name ;
500
494
} ;
501
495
in project // {
502
496
projectCoverageReport = haskellLib . projectCoverageReport' { packages = haskellLib . selectProjectPackages project . hsPkgs ; } ;
503
497
overrideModules = f : cabalProject' ( args // { modules = f args . modules ; } ) ;
504
- ======= end
505
498
} ;
506
499
507
500
# Take `hsPkgs` from the `rawProject` and update all the packages and
You can’t perform that action at this time.
0 commit comments