Merge pull request #95788 from utdemir/ghchead-exceptions-fix
haskellPackages.ghcHEAD: Mark "exceptions" as a core library
This commit is contained in:
commit
eb10f6dab9
@ -48,6 +48,7 @@ self: super: {
|
|||||||
transformers = null;
|
transformers = null;
|
||||||
unix = null;
|
unix = null;
|
||||||
xhtml = null;
|
xhtml = null;
|
||||||
|
exceptions = null;
|
||||||
|
|
||||||
# https://github.com/tibbe/unordered-containers/issues/214
|
# https://github.com/tibbe/unordered-containers/issues/214
|
||||||
unordered-containers = dontCheck super.unordered-containers;
|
unordered-containers = dontCheck super.unordered-containers;
|
||||||
|
Loading…
Reference in New Issue
Block a user