From 0fee3e1309acc0c94be8624c1d097e06cd9d5571 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 3 Dec 2021 13:52:29 +0100 Subject: [PATCH] haskell.packages.ghc901: adjust to dhall hackage update --- pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 c3738b963343..c5a7e6e2b7a7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix @@ -80,7 +80,7 @@ self: super: { # Doesn't allow Dhall 1.39.* weeder_2_3_0 = super.weeder_2_3_0.override { - dhall = self.dhall_1_40_1; + dhall = self.dhall_1_40_2; }; # Upstream also disables test for GHC 9: https://github.com/kcsongor/generic-lens/pull/130