summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-19 15:28:27 +0200
committersterni <sternenseemann@systemli.org>2021-05-19 15:44:04 +0200
commitf3119f03ac1e90fc93bca89e33a7d623b925dbff (patch)
tree07d43a996ca82b3d3b6be1b9efbf02d07e24fca0 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parente467c282ba6e88305de00f2a60078beeb1da153e (diff)
downloadnixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar.gz
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar.bz2
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar.lz
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar.xz
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.tar.zst
nixpkgs-f3119f03ac1e90fc93bca89e33a7d623b925dbff.zip
haskell.packages.*.cabal-install: remove random, hashable overrides
These are not necessary anymore as stackage naturally contains random
1.2.0 and we apply the hashable fix globally as well.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
index c55d720033e..4bc3fd779db 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -48,8 +48,6 @@ self: super: {
   cabal-install = (doJailbreak super.cabal-install).overrideScope (self: super: {
     Cabal = null;
     base16-bytestring = self.base16-bytestring_0_1_1_7;
-    random = dontCheck super.random_1_2_0;  # break infinite recursion
-    hashable = doJailbreak super.hashable;  # allow random 1.2.x
   });
 
   # Jailbreaks & Version Updates