File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11with ( builtins . fromJSON ( builtins . readFile ./nixpkgs.json ) ) ;
2- let
3- haskellOverlay = self : super : with super . haskell . lib ; {
4- cabal2nix = ( self . haskellPackages . override {
5- overrides = self : super : {
6- network = dontCheck ( super . network ) ;
7- network_3_1_1_1 = dontCheck ( super . network_3_1_1_1 ) ;
8- } ;
9- } ) . cabal2nix ;
10- } ;
11- in
122{ pkgs ? import ( builtins . fetchTarball {
133 url = "https://github.com/NixOS/nixpkgs/archive/${ rev } .tar.gz" ;
144 inherit sha256 ;
15- } ) { overlays = [ ] ; }
5+ } ) { }
166, compiler ? "ghc881"
177} :
188let
19- overrides = with pkgs . haskell . lib ;
20- self : super : {
21- Diff = self . Diff_0_4_0 ;
22- } ;
9+ overrides = self : super : { Diff = self . Diff_0_4_0 ; } ;
2310 ghc = pkgs . haskell . packages . ${ compiler } . override { inherit overrides ; } ;
2411 language-ecmascript = ghc . callCabal2nix "language-ecmascript" ./. { } ;
2512in
You can’t perform that action at this time.
0 commit comments