summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-03-24 23:15:41 +0100
committerGitHub <noreply@github.com>2017-03-24 23:15:41 +0100
commit24a69286e9e0b017e7e4d51db0f5b29adc3f7438 (patch)
tree042af446e2de05737e9a79ce92aeee204c57f935 /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent011466857bebfb6aa82e8b8863b5656468e9d3d9 (diff)
parentb9c7d291bc38c41f0c389c8615f42eb9c33ddd23 (diff)
downloadnixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar.gz
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar.bz2
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar.lz
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar.xz
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.tar.zst
nixpkgs-24a69286e9e0b017e7e4d51db0f5b29adc3f7438.zip
Merge pull request #23610 from ljli/hs-ghcjs-pkgs-inherit
haskellPackages: apply GHC specific overrides before GHCJS
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index bea914354de..4ed6d8a957f 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -181,8 +181,6 @@ self: super:
       ] drv.libraryHaskellDepends;
   });
 
-  semigroups = addBuildDepends super.semigroups [ self.hashable self.unordered-containers self.text self.tagged ];
-
   transformers-compat = overrideCabal super.transformers-compat (drv: {
     configureFlags = [];
   });