From f546d389b60d011e3d471817578409fddd8a7873 Mon Sep 17 00:00:00 2001 From: Renzo Carbonara Date: Wed, 23 Sep 2015 00:49:47 -0300 Subject: [PATCH] bump ghcjs-dom --- pkgs/development/haskell-modules/configuration-ghcjs.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix index 3a689105c1c1..59fb8b285bbb 100644 --- a/pkgs/development/haskell-modules/configuration-ghcjs.nix +++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix @@ -78,6 +78,13 @@ 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: {