mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Use latest version of async when compiling with GHC 8.0.x.
This commit is contained in:
parent
18916022e4
commit
23c5fbf7cb
|
@ -51,4 +51,7 @@ self: super: {
|
|||
# https://github.com/hspec/HUnit/issues/7
|
||||
HUnit = dontCheck super.HUnit;
|
||||
|
||||
# Older versions don't support our version of base.
|
||||
async = self.async_2_1_0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue