Use latest version of async when compiling with GHC 8.0.x.

This commit is contained in:
Peter Simons
2016-01-20 14:33:37 +01:00
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;
}