about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorDennis Gosnell <cdep.illabout@gmail.com>2024-01-03 20:05:51 +0900
committerGitHub <noreply@github.com>2024-01-03 20:05:51 +0900
commitee1ff1c7a6132bedd0d05fd634ad682848bf930f (patch)
tree6c0528884c12234921a08763986563cf14c13aca /pkgs/development/haskell-modules
parentdc98b058fc30a8c140d1856421501e8616575121 (diff)
parent99a8b82c3e79141885a02ad0b7d259ef40c9ff4f (diff)
downloadnixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar.gz
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar.bz2
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar.lz
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar.xz
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.tar.zst
nixlib-ee1ff1c7a6132bedd0d05fd634ad682848bf930f.zip
Merge pull request #278310 from trofi/haskell.packages.ghc865Binary.exceptions-restore
haskell.packages.ghc865Binary.exceptions: restore package, use 0.10.7…
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
index c6b48129b6b4..d3b7d11ef93f 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -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 = 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;