haskell.packages.ghc884.exceptions: reflect 0.10.5 release

This commit is contained in:
sternenseemann 2022-05-12 18:08:30 +02:00
parent ee29184c9a
commit f854f80bc7

@ -118,7 +118,7 @@ self: super: {
liquidhaskell = markBroken super.liquidhaskell;
# This became a core library in ghc 8.10., so we dont have an "exception" attribute anymore.
exceptions = super.exceptions_0_10_4;
exceptions = super.exceptions_0_10_5;
# ghc versions which dont match the ghc-lib-parser-ex version need the
# additional dependency to compile successfully.