haskell-unordered-containers: fix build with GHC 7.4.2

This commit is contained in:
Peter Simons 2015-01-17 16:03:28 +01:00
parent 51457dd687
commit 703bf2978d

@ -51,4 +51,7 @@ self: super: {
# https://github.com/haskell/primitive/issues/16
primitive = dontCheck super.primitive;
# https://github.com/tibbe/unordered-containers/issues/96
unordered-containers = dontCheck super.unordered-containers;
}