3
0
Fork 0
forked from mirrors/nixpkgs

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