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.