mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
haskell-unordered-containers: fix build with GHC 7.4.2
This commit is contained in:
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;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user