From 0059984294a06fbc23417a50a9ab23180ed763df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 30 Aug 2015 02:09:40 +0200 Subject: [PATCH] haskell-MFlow: build fixed upstream --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 8104dceafa9..e299dd5e8b5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1016,7 +1016,4 @@ self: super: { # https://github.com/brendanhay/amazonka/issues/203 amazonka-core = dontCheck super.amazonka-core; - # https://github.com/agocorona/MFlow/issues/63 - MFlow = addBuildTool super.MFlow self.cpphs; - }