From c79879b9556843a764e0a07c4585e50783c4c336 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 22 Jul 2015 18:19:48 +0200 Subject: [PATCH] haskell-hs-blake2 depends on broken llvm-base library. --- 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 65298b9dd02..789eb953175 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -529,6 +529,7 @@ self: super: { stable-tree = dontDistribute super.stable-tree; synthesizer-llvm = dontDistribute super.synthesizer-llvm; optimal-blocks = dontDistribute super.optimal-blocks; + hs-blake2 = dontDistribute super.hs-blake2; # https://ghc.haskell.org/trac/ghc/ticket/9625 vty = dontCheck super.vty;