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.