haskellPackages.ghcHEAD: Mark exceptions as a core library

This commit is contained in:
Utku Demir 2020-08-19 18:06:11 +12:00
parent 0e2ed7a75a
commit b2b8cf9e33
No known key found for this signature in database
GPG key ID: F3F8629C3E0BF60B

View file

@ -48,6 +48,7 @@ self: super: {
transformers = null;
unix = null;
xhtml = null;
exceptions = null;
# https://github.com/tibbe/unordered-containers/issues/214
unordered-containers = dontCheck super.unordered-containers;