Skip to content

Commit

Permalink
haskell.packages.ghc865Binary.exceptions: restore package, use 0.10.7…
Browse files Browse the repository at this point in the history
… version

In NixOS#278074 I removed `exception`
completely. But `nixpkgs` has a version of `exceptions we could use.
Let's enable that instead.
  • Loading branch information
trofi committed Jan 2, 2024
1 parent 9ee264e commit ba15ca8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 don’t have an "exception" attribute anymore.
exceptions = null;
exceptions = super.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;
Expand Down

0 comments on commit ba15ca8

Please sign in to comment.