pkgs bumps: ghcjs, ghcjs-boot, ghcjs-shims, ghcjs-dom

This commit is contained in:
Renzo Carbonara
2015-10-05 01:20:22 -03:00
parent 382a5b7328
commit 5ed4e0c2fd
2 changed files with 7 additions and 15 deletions
@@ -79,12 +79,6 @@ self: super: {
ghcjs-dom = overrideCabal super.ghcjs-dom (drv: {
buildDepends = [ self.base self.mtl self.text self.ghcjs-base ];
libraryHaskellDepends = [ ];
src = pkgs.fetchFromGitHub {
owner = "ghcjs";
repo = "ghcjs-dom";
rev = "8d77202b46cbf0aed77bb1f1e8d827f27dee90d7";
sha256 = "01npi286mwg7yr3h9qhxnylnjzbjb4lg5235v5lqfwy76hmmb9lp";
};
});
ghc-paths = overrideCabal super.ghc-paths (drv: {