Merge pull request #173523 from polimorphic/ghcjs-exceptions

ghcjs: use exceptions-0.10.5 instead of missing 0.10.4
main
Dennis Gosnell 2 years ago committed by GitHub
commit 40951f532d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save