From f854f80bc7c2d28a18a85c27da0d973a920e40fd Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Thu, 12 May 2022 18:08:30 +0200 Subject: [PATCH] haskell.packages.ghc884.exceptions: reflect 0.10.5 release --- pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix index d7b049b205b6..a6fad258cf85 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix @@ -118,7 +118,7 @@ self: super: { liquidhaskell = markBroken super.liquidhaskell; # This became a core library in ghc 8.10., so we don‘t have an "exception" attribute anymore. - exceptions = super.exceptions_0_10_4; + exceptions = super.exceptions_0_10_5; # ghc versions which don‘t match the ghc-lib-parser-ex version need the # additional dependency to compile successfully.