Commit f842343a authored by Vaibhav Sagar's avatar Vaibhav Sagar

release.nix: reduce rebuilds by not using 'ihaskell-src' for ghc-parser and ipython-kernel

parent 45816b9e
......@@ -25,8 +25,8 @@ let
export GHC_PACKAGE_PATH=$PWD/dist/package.conf.inplace/:$GHC_PACKAGE_PATH
'';
});
ghc-parser = self.callCabal2nix "ghc-parser" "${ihaskell-src}/ghc-parser" {};
ipython-kernel = self.callCabal2nix "ipython-kernel" "${ihaskell-src}/ipython-kernel" {};
ghc-parser = self.callCabal2nix "ghc-parser" ./ghc-parser {};
ipython-kernel = self.callCabal2nix "ipython-kernel" ./ipython-kernel {};
} // displays self);
});
# statically linking against haskell libs reduces closure size at the expense
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment