File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212{ pkgs ? import ( builtins . fetchTarball {
1313 url = "https://github.com/NixOS/nixpkgs/archive/${ rev } .tar.gz" ;
1414 inherit sha256 ;
15- } ) { overlays = [ haskellOverlay ] ; }
15+ } ) { overlays = [ ] ; }
1616, compiler ? "ghc881"
1717} :
1818let
1919 overrides = with pkgs . haskell . lib ;
2020 self : super : {
21- Diff = self . Diff_0_4_0 ;
21+ # Diff = self.Diff_0_4_0;
2222 } ;
2323 ghc = pkgs . haskell . packages . ${ compiler } . override { inherit overrides ; } ;
2424 language-ecmascript = ghc . callCabal2nix "language-ecmascript" ./. { } ;
Original file line number Diff line number Diff line change 1- { "rev" : " cc1ae9f21b9 "
2- , "sha256" : " 0zjafww05h50ncapw51b5qxgbv9prjyag0j22jnfc3kcs5xr4ap0 "
1+ { "rev" : " 8130f3c1c2bb0e533b5e150c39911d6e61dcecc2 "
2+ , "sha256" : " 154nrhmm3dk5kmga2w5f7a2l6j79dvizrg4wzbrcwlbvdvapdgkb "
33}
You can’t perform that action at this time.
0 commit comments