summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-03-07 13:27:17 +0100
committerPeter Simons <simons@cryp.to>2015-03-07 17:09:40 +0100
commit654d912db5da5498b88bd5ac03cd46b781d95662 (patch)
tree70025bfdb5b2bfe83016ae60b6025d3392ab115a /pkgs/development/haskell-modules/configuration-common.nix
parentb9be39614b8110cacb0385d9a6b2727d54875061 (diff)
downloadnixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar.gz
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar.bz2
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar.lz
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar.xz
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.tar.zst
nixpkgs-654d912db5da5498b88bd5ac03cd46b781d95662.zip
haskell-hunt-server has broken -rtsopts in its Cabal file
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 03331b56166..789754a17cf 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.