about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-10-23 19:05:53 +0200
committerPeter Simons <simons@cryp.to>2020-10-23 21:00:26 +0200
commit0bde9a55763ca0d053882d4d0fe176cdcecbeb33 (patch)
tree74498ff0da28d2cf3db96883ffe772311848d0b4 /pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
parent89ed6f458d570cca4629c345fb944c78b4d42dfe (diff)
haskell-splitmix: update override for the latest version
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, 1 insertions, 1 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 ee2526b6c40fd..88f935c3b6d33 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix
@@ -71,7 +71,7 @@ self: super: {
   resolv = doJailbreak super.resolv;
   singleton-bool = doJailbreak super.singleton-bool;
   split = doJailbreak super.split;
-  splitmix = self.splitmix_0_1_0_2;
+  splitmix = self.splitmix_0_1_0_3;
   tar = doJailbreak super.tar;
   th-abstraction = self.th-abstraction_0_4_0_0;
   time-compat = doJailbreak super.time-compat;