haskell.packages.ghc884.exceptions: 0.10.5 -> 0.10.6

This commit is contained in:
Dennis Gosnell 2022-12-03 17:39:29 -05:00
parent 1c54677902
commit 5602fa1733
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -126,7 +126,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_5;
exceptions = super.exceptions_0_10_6;
# ghc versions which dont match the ghc-lib-parser-ex version need the
# additional dependency to compile successfully.