From c9ef83b65e66db01c456688dff1d0d0f14adb0ba Mon Sep 17 00:00:00 2001 From: Malte Brandy Date: Fri, 12 Mar 2021 15:09:25 +0100 Subject: [PATCH] haskellPackages.hiedb: Make comment more explicit --- pkgs/development/haskell-modules/configuration-common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 18a31b74d42..e9802a3afe8 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1424,7 +1424,8 @@ self: super: { # 2. dependency shake-bench hasn't been published yet so we also need unmarkBroken and doDistribute ghcide = doDistribute (unmarkBroken (dontCheck super.ghcide)); - # 2020-03-09: Tests broken in hackage release, fixed on upstream + # 2020-03-09: Tests broken in hackage release + # fixed on upstream, but not released in hiedb 0.3.0.1 # https://github.com/wz1000/HieDb/issues/30 hiedb = dontCheck super.hiedb;