about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-05-12 18:08:30 +0200
committersternenseemann <sternenseemann@systemli.org>2022-05-12 18:08:30 +0200
commitf854f80bc7c2d28a18a85c27da0d973a920e40fd (patch)
tree893e008b837344b22659714f0e3fdea872abc8cf /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parentee29184c9a6791d77db83c14f6f523e8d233f087 (diff)
downloadnixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar.gz
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar.bz2
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar.lz
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar.xz
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.tar.zst
nixlib-f854f80bc7c2d28a18a85c27da0d973a920e40fd.zip
haskell.packages.ghc884.exceptions: reflect 0.10.5 release
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
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.