ghc-8.10.x: exceptions is now a core library that comes with the compiler

This commit is contained in:
Peter Simons 2019-12-29 15:11:00 +01:00
parent 2447c661d9
commit 2514bddbf7

View file

@ -16,6 +16,7 @@ self: super: {
containers = null;
deepseq = null;
directory = null;
exceptions = null;
filepath = null;
ghc-boot = null;
ghc-boot-th = null;