mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 23:03:41 +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 New Issue
Block a user