From 6b1bcc66aeded3f0d440af06162081189b768d7a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 29 Aug 2015 20:01:32 +0200 Subject: [PATCH] haskell-MFlow: fix build --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 11a806289ed6..e107e0b14586 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1018,4 +1018,7 @@ 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; + }