summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorWill Fancher <elvishjerricco@gmail.com>2018-07-15 22:54:19 -0400
committerWill Fancher <elvishjerricco@gmail.com>2018-07-15 23:47:47 -0400
commit2781b1fcbc71f1140f715d9c064b92354e5ef5a1 (patch)
tree0b1e8b777497bc3e05348155baa1e16b4c24bb48 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentff83aca51139a21a2dc6a2c20a25a0fad12358f6 (diff)
downloadnixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar.gz
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar.bz2
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar.lz
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar.xz
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.tar.zst
nixpkgs-2781b1fcbc71f1140f715d9c064b92354e5ef5a1.zip
Fix ghcjs-dom-jsffi with GHCJS 8.4
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index dfb500f27f8..c79406a9472 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -126,7 +126,6 @@ self: super:
   });
 
   ghcjs-dom-jsffi = overrideCabal super.ghcjs-dom-jsffi (drv: {
-    setupHaskellDepends = (drv.setupHaskellDepends or []) ++ [ self.buildHaskellPackages.Cabal_1_24_2_0 ];
     libraryHaskellDepends = (drv.libraryHaskellDepends or []) ++ [ self.ghcjs-base self.text ];
     isLibrary = true;
   });