about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2022-12-03 17:39:29 -0500
committerDennis Gosnell <cdep.illabout@gmail.com>2022-12-03 17:39:29 -0500
commit5602fa17337df0d18ce167c7ceb24d32bef9f15f (patch)
treec52df7fd46c211df77251cc06ec21c02182a68eb /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent1c54677902d9f94fb5234acd27de76d1d2dd2ceb (diff)
downloadnixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar.gz
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar.bz2
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar.lz
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar.xz
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.tar.zst
nixlib-5602fa17337df0d18ce167c7ceb24d32bef9f15f.zip
haskell.packages.ghc884.exceptions: 0.10.5 -> 0.10.6
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 8a3bc6394cbe..a8a312fa030c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -126,7 +126,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_5;
+  exceptions = super.exceptions_0_10_6;
 
   # ghc versions which don‘t match the ghc-lib-parser-ex version need the
   # additional dependency to compile successfully.