haskell.packages.{ghc865,ghc884}.exceptions: Create attribute

This commit is contained in:
Malte Brandy 2020-11-15 03:37:32 +01:00 committed by Peter Simons
parent e2b6d74494
commit b568d074ba
2 changed files with 5 additions and 0 deletions

View file

@ -91,4 +91,7 @@ self: super: {
# ghc versions prior to 8.8.x needs additional dependency to compile successfully.
ghc-lib-parser-ex = addBuildDepend super.ghc-lib-parser-ex self.ghc-lib-parser;
# This became a core library in ghc 8.10., so we dont have an "exception" attribute anymore.
exceptions = super.exceptions_0_10_4;
}

View file

@ -122,4 +122,6 @@ self: super: {
liquid-vector = markBroken super.liquid-vector;
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;
}