File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 , ...
1616 } @attrs :
1717 let
18- version = "924 " ;
18+ version = "910 " ;
1919 compiler = "ghc${ version } " ;
2020
2121 overlay-ghc = final : prev : {
2222 ghc = prev . haskell . packages . ${ compiler } . ghcWithHoogle ( hp : with hp ;
23- [ base containers deepseq gauge random unordered-containers stm
23+ [ base containers deepseq random unordered-containers stm
2424 arrows bytestring array directory process
2525 ] ) ;
2626
3333 let pkgs = import nixpkgs { inherit system ;
3434 overlays = [ overlay-ghc ] ;
3535 } ;
36- lethargy = pkgs . callPackage ./lethargy.nix { inherit pkgs ; } ;
36+ lethargy = pkgs . callPackage ./lethargy/lethargy .nix { inherit pkgs ; } ;
3737 in
3838
3939 rec {
Original file line number Diff line number Diff line change @@ -8,6 +8,6 @@ stdenv.mkDerivation {
88 isExecutable = true ;
99 buildInputs = [ ghc haskell-language-server cabal-install haskellPackages . eventlog2html haskellPackages . ghc-events ] ;
1010 executableHaskellDepends = with haskellPackages ; [ base ] ;
11- benchmarkHaskellDepends = with haskellPackages ; [ base containers deepseq gauge random ] ;
11+ benchmarkHaskellDepends = with haskellPackages ; [ base containers deepseq random ] ;
1212 mainProgram = "lethargy" ;
1313}
You can’t perform that action at this time.
0 commit comments