Merge pull request #278310 from trofi/haskell.packages.ghc865Binary.exceptions-restore

haskell.packages.ghc865Binary.exceptions: restore package, use 0.10.7…
This commit is contained in:
Dennis Gosnell
2024-01-03 20:05:51 +09:00
committed by GitHub
@@ -95,7 +95,7 @@ self: super: {
ghc-lib-parser-ex = addBuildDepend self.ghc-lib-parser super.ghc-lib-parser-ex;
# This became a core library in ghc 8.10., so we dont have an "exception" attribute anymore.
exceptions = null;
exceptions = self.exceptions_0_10_7;
# Older compilers need the latest ghc-lib to build this package.
hls-hlint-plugin = addBuildDepend self.ghc-lib super.hls-hlint-plugin;