about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorRenzo Carbonara <gnuk0001@gmail.com>2015-09-23 00:49:47 -0300
committerPeter Simons <simons@cryp.to>2015-09-25 08:46:41 +0200
commitf546d389b60d011e3d471817578409fddd8a7873 (patch)
tree02481bfb659d1d07d03b10c764348652c9f0aedf /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentd6805a820d50624519607a80ca165612e48373d2 (diff)
downloadnixlib-f546d389b60d011e3d471817578409fddd8a7873.tar
nixlib-f546d389b60d011e3d471817578409fddd8a7873.tar.gz
nixlib-f546d389b60d011e3d471817578409fddd8a7873.tar.bz2
nixlib-f546d389b60d011e3d471817578409fddd8a7873.tar.lz
nixlib-f546d389b60d011e3d471817578409fddd8a7873.tar.xz
nixlib-f546d389b60d011e3d471817578409fddd8a7873.tar.zst
nixlib-f546d389b60d011e3d471817578409fddd8a7873.zip
bump ghcjs-dom
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix7
1 files changed, 7 insertions, 0 deletions
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: {