summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-12-29 15:11:00 +0100
committerPeter Simons <simons@cryp.to>2020-01-10 20:56:19 +0100
commit2514bddbf77b63c971b258562ead454af1ace4eb (patch)
treef7a2979500fe2189c85c13609466f8069a6ad498 /pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
parent2447c661d98dcccc6c1e9680edce7ac1387f9a00 (diff)
downloadnixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar.gz
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar.bz2
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar.lz
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar.xz
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.tar.zst
nixpkgs-2514bddbf77b63c971b258562ead454af1ace4eb.zip
ghc-8.10.x: exceptions is now a core library that comes with the compiler
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
index e2164f8686f..5fc85101d4c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.10.x.nix
@@ -16,6 +16,7 @@ self: super: {
   containers = null;
   deepseq = null;
   directory = null;
+  exceptions = null;
   filepath = null;
   ghc-boot = null;
   ghc-boot-th = null;