From e439e1dfa863e39d3cc10632679bf4d001057f17 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 29 Jan 2015 13:28:27 +0100 Subject: [PATCH] haskell-HGraphStorage 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 e5325eb54b09..d0fa13354a1e 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -390,6 +390,9 @@ self: super: { # https://github.com/zouppen/stratum-tool/issues/14 stratum-tool = markBrokenVersion "0.0.4" super.stratum-tool; + # https://github.com/JPMoresmau/HGraphStorage/issues/1 + HGraphStorage = markBrokenVersion "0.0.1" super.HGraphStorage; + } // { # Not on Hackage.