1
0
Fork 1
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:
Peter Simons 2016-01-19 17:45:15 +01:00
parent 18916022e4
commit 23c5fbf7cb

View file

@ -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;
}