From 05b97395ae05b4b89538998333cef8e7c2abb5c6 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 21 Feb 2015 15:13:32 +0100 Subject: [PATCH] haskell-hmm 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 3f098da190e..da59527dff4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -561,6 +561,9 @@ self: super: { elevator = markBroken super.elevator; minioperational = markBroken super.minioperational; + # https://github.com/mikeizbicki/hmm/issues/12 + hmm = markBroken super.hmm; + } // { # Not on Hackage.