about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2022-12-09 04:43:38 +0100
committermaralorn <mail@maralorn.de>2022-12-09 04:43:38 +0100
commit1bb1559d754dce75c80cd6e42741f66697255931 (patch)
tree9c26ad9d92fd60c62921360cbdd16a0be5b3739b /pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
parent735480cd0cccae0a3bcc7fe7edd21ab4c57b4add (diff)
downloadnixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar.gz
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar.bz2
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar.lz
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar.xz
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.tar.zst
nixlib-1bb1559d754dce75c80cd6e42741f66697255931.zip
haskellPackages: Fix eval errors
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 a8a312fa030c..b3b5e4db7e53 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_6;
+  exceptions = super.exceptions_0_10_7;
 
   # ghc versions which don‘t match the ghc-lib-parser-ex version need the
   # additional dependency to compile successfully.