From 2b8b3cc147ead0b4d87a8118ad1b3580d6456e29 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 22 Feb 2015 17:24:10 +0100 Subject: [PATCH] haskell-buffer-builder does not compile. --- 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 d4fd93ad830a..2bca060d51ee 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -575,6 +575,9 @@ self: super: { # https://github.com/jtdaugherty/dbmigrations/issues/19 dbmigrations = dontCheck super.dbmigrations; + # https://github.com/chadaustin/buffer-builder/issues/2 + buffer-builder = markBroken super.buffer-builder; + } // { # Not on Hackage.