From 347969c671c653e777b11f80b2613ddd3f7a841f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 23 Feb 2015 12:03:49 +0100 Subject: [PATCH] haskell-buffer-builder and haskell-language-lua have been fixed. --- pkgs/development/haskell-modules/configuration-common.nix | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 6f39a51abfa..c4bb03938de 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -551,13 +551,6 @@ self: super: { # https://github.com/fumieval/karakuri/issues/1 karakuri = markBroken super.karakuri; - # https://github.com/chadaustin/buffer-builder/issues/2 - buffer-builder = markBroken super.buffer-builder; - buffer-builder-aeson = markBroken super.buffer-builder-aeson; - - # https://github.com/osa1/language-lua/issues/19 - language-lua = addBuildTool super.language-lua self.alex; - # https://github.com/kawu/crf-chain1-constrained/issues/8 crf-chain1-constrained = markBroken super.crf-chain1-constrained; concraft = markBroken super.concraft;