From b6c769a15e79ef97d6c5547a27867d5e15cf7d52 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Mar 2015 16:00:59 +0100 Subject: [PATCH] haskell-persona-idp doesn't support recent versions of optparse-applicative --- 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 76249f5d9df4..449bc82c94fd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -623,6 +623,9 @@ self: super: { # https://github.com/victoredwardocallaghan/hlibBladeRF/issues/4 hlibBladeRF = dontCheck super.hlibBladeRF; + # https://github.com/frasertweedale/hs-persona-idp/issues/1 + persona-idp = markBroken super.persona-idp; + } // { # Not on Hackage.