about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-31 13:25:03 +0100
committerPeter Simons <simons@cryp.to>2020-01-31 21:05:55 +0100
commit135cc0c58ddb733200c65cc51fdf1f8f64833758 (patch)
tree7d47c5b7ff7b69ff25798fe94c1527024403e6b4 /pkgs/development/haskell-modules
parent41416193316f3a8c887e983ca4bf17ac218481b6 (diff)
downloadnixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar.gz
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar.bz2
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar.lz
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar.xz
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.tar.zst
nixlib-135cc0c58ddb733200c65cc51fdf1f8f64833758.zip
haskell-cabal-plan: update overrides for new version of base-compat
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 9c256f82dabb..8f127e9490de 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1272,7 +1272,7 @@ self: super: {
   });
 
   # The LTS-14.x version of their dependencies are too old.
-  cabal-plan = super.cabal-plan.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; ansi-terminal = self.ansi-terminal_0_10_2; base-compat = self.base-compat_0_11_0; semialign = self.semialign_1_1; time-compat = doJailbreak super.time-compat; });
+  cabal-plan = super.cabal-plan.overrideScope (self: super: { optparse-applicative = self.optparse-applicative_0_15_1_0; ansi-terminal = self.ansi-terminal_0_10_2; base-compat = self.base-compat_0_11_1; semialign = self.semialign_1_1; time-compat = doJailbreak super.time-compat; });
   hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_23_0; };
 
   # Version bounds for http-client are too strict: