haskell.packages.ghc884.exceptions: reflect 0.10.5 release

main
sternenseemann 2 years ago
parent ee29184c9a
commit f854f80bc7
  1. 2
      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.

Loading…
Cancel
Save