mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell.packages.{ghc865,ghc884}.exceptions: Create attribute
This commit is contained in:
parent
e2b6d74494
commit
b568d074ba
@ -91,4 +91,7 @@ self: super: {
|
|||||||
|
|
||||||
# ghc versions prior to 8.8.x needs additional dependency to compile successfully.
|
# 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;
|
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;
|
liquid-vector = markBroken super.liquid-vector;
|
||||||
liquidhaskell = markBroken super.liquidhaskell;
|
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 New Issue
Block a user