From 654d912db5da5498b88bd5ac03cd46b781d95662 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 7 Mar 2015 13:27:17 +0100 Subject: [PATCH] haskell-hunt-server has broken -rtsopts in its Cabal file --- 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 03331b561665..789754a17cf5 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -622,6 +622,9 @@ self: super: { # Build is broken and no contact info available. hopenpgp-tools = markBroken super.hopenpgp-tools; + # https://github.com/hunt-framework/hunt/issues/99 + hunt-server = markBrokenVersion "0.3.0.2" super.hunt-server; + } // { # Not on Hackage.