haskell.packages.{ghc865,ghc884}.exceptions: Create attribute
This commit is contained in:
parent
e2b6d74494
commit
b568d074ba
2 changed files with 5 additions and 0 deletions
|
@ -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 don‘t have an "exception" attribute anymore.
|
||||
exceptions = super.exceptions_0_10_4;
|
||||
}
|
||||
|
|
|
@ -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 don‘t have an "exception" attribute anymore.
|
||||
exceptions = super.exceptions_0_10_4;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue