summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-02-23 10:01:54 +0100
committerPeter Simons <simons@cryp.to>2016-02-28 11:34:59 +0100
commit4ee5a8865d699e619d8e0452802e6be01df1e839 (patch)
tree0e55b4d72f6cb93d5b620a547096c05d37ed9220
parentAdd LTS Haskell 5.4. (diff)
downloadnixpkgs-4ee5a8865d699e619d8e0452802e6be01df1e839.tar.gz
mwc-random: drop obsolete overrides
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 998cc151e1cb..2858a63b897a 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -35,9 +35,6 @@ self: super: {
hspec-expectations = dontCheck super.hspec-expectations;
hspec = super.hspec.override { stringbuilder = dontCheck super.stringbuilder; };
HTTP = dontCheck super.HTTP;
- mwc-random_0_13_2_2 = dontCheck super.mwc-random_0_13_2_2;
- mwc-random_0_13_3_0 = dontCheck super.mwc-random_0_13_3_0;
- mwc-random = dontCheck super.mwc-random;
nanospec_0_2_0 = dontCheck super.nanospec_0_2_0;
nanospec = dontCheck super.nanospec;
options_1_2_1 = dontCheck super.options_1_2_1;