From 87426b718ccbd6a2f79b88c32c9a008b220b6d71 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:42:15 +0100 Subject: [PATCH] haskell-buffer-builder-aeson doesn't compile. --- pkgs/development/haskell-modules/configuration-common.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 2bca060d51e..893d6b974ad 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -577,6 +577,7 @@ self: super: { # https://github.com/chadaustin/buffer-builder/issues/2 buffer-builder = markBroken super.buffer-builder; + buffer-builder-aeson = markBroken super.buffer-builder-aeson; } // {