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