Merge pull request #95788 from utdemir/ghchead-exceptions-fix

haskellPackages.ghcHEAD: Mark "exceptions" as a core library
This commit is contained in:
Peter Simons 2020-08-21 20:32:30 +02:00 committed by GitHub
commit eb10f6dab9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;