From 2e3c8d55f743aa8ac1400d33cbfd904b9fa318a2 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 24 Jan 2016 19:14:22 +0100 Subject: [PATCH] haskell-async: remove obsolete override --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index dd544a76972..cc5034008bb 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -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; - }