summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-07-03 10:28:07 +0200
committerPeter Simons <simons@cryp.to>2018-07-04 19:14:18 +0200
commite938b12cde00eff4a6647fd0490a50a1487b208e (patch)
treed819e8557323d76f65a6481aa1124821162eb34d /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent0a635d3b78f739d9b197f66da4e67f7d9574f4aa (diff)
downloadnixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar.gz
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar.bz2
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar.lz
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar.xz
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.tar.zst
nixlib-e938b12cde00eff4a6647fd0490a50a1487b208e.zip
haskell-base-compat: update overrides for the new version
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 7ced7d217e52..0d08126e19da 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -391,7 +391,7 @@ self: super: {
   enclosed-exceptions = dontCheck super.enclosed-exceptions;
 
   # Older versions don't compile.
-  base-compat = self.base-compat_0_10_1;
+  base-compat = self.base-compat_0_10_4;
   brick = self.brick_0_37_1;
   dhall = self.dhall_1_14_0;
   dhall_1_13_0 = doJailbreak super.dhall_1_14_0;  # support ansi-terminal 0.8.x