about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-11-29 20:55:40 +0100
committerPeter Simons <simons@cryp.to>2019-11-29 21:51:32 +0100
commit5f3638bfda678c0f24dd8a41736476f45ed36fa6 (patch)
tree67b784037558ef7c0157135d369b8114601ee4f3
parent6f39f705f4b6fad470d7cf500c071a90b985b621 (diff)
downloadnixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar.gz
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar.bz2
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar.lz
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar.xz
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.tar.zst
nixlib-5f3638bfda678c0f24dd8a41736476f45ed36fa6.zip
haskell-cabal-plan: update overrides for the new version
-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 c2dc1f5217eb..6c1ffd121254 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -1241,7 +1241,7 @@ self: super: {
   });
 
   # The LTS-14.x version of their dependencies are too old.
-  cabal-plan = super.cabal-plan.override { optparse-applicative = self.optparse-applicative_0_15_1_0; };
+  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; });
   hoogle = super.hoogle.override { haskell-src-exts = self.haskell-src-exts_1_22_0; };
 
   # Version bounds for http-client are too strict: