From 964742c3fe47f5206d0799e9173c7de4ed304623 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 6 Feb 2015 14:25:31 +0100 Subject: [PATCH] haskell-postgrest: broken because of dependency on outdated optparse-applicative --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index fa83b600a3f1..45de68c1471b 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -372,8 +372,8 @@ self: super: { # https://github.com/chrisdone/hindent/issues/83 hindent = dontCheck super.hindent; - # https://github.com/begriffs/postgrest/issues/127 - postgrest = dontDistribute super.postgrest; + # https://github.com/begriffs/postgrest/issues/131 + postgrest = markBrokenVersion "0.2.5.2" super.postgrest; # Needs older versions of its dependencies. structured-haskell-mode = (dontJailbreak super.structured-haskell-mode).override {