haskell-async: remove obsolete override

This commit is contained in:
Peter Simons
2016-01-27 00:33:25 +01:00
parent 64a872863d
commit 2e3c8d55f7
@@ -51,7 +51,4 @@ 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;
}