haskell-async: remove obsolete override

This commit is contained in:
Peter Simons 2016-01-24 19:14:22 +01:00
parent 64a872863d
commit 2e3c8d55f7

View file

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