about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorDaniel Smith <daniel@polimorphic.com>2022-05-19 00:09:40 -0400
committerDaniel Smith <daniel@polimorphic.com>2022-05-19 00:09:40 -0400
commit912e427b5206b3eeb13f2a7444335ddd38114732 (patch)
treede3b9d8eee3c26a741a355021b1e9b6f24d870da /pkgs/development/haskell-modules/configuration-ghcjs.nix
parent8ccfb5b4ebafd30247ca528cb869059954f3f0e2 (diff)
ghcjs: use exceptions-0.10.5 instead of missing 0.10.4
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index c6e0e6a2c053d..bab115ce64178 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -25,7 +25,7 @@ self: super:
   # GHCJS does not ship with the same core packages as GHC.
   # https://github.com/ghcjs/ghcjs/issues/676
   stm = doJailbreak self.stm_2_5_0_2;
-  exceptions = dontCheck self.exceptions_0_10_4;
+  exceptions = dontCheck self.exceptions_0_10_5;
 
 ## OTHER PACKAGES