From b8622820839fc2bd8c67236d9c73cb857ae4e8df Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Feb 2015 12:42:45 +0100 Subject: [PATCH] haskell-postgrest: the package now compiles --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 47224f86b07f..57682a936c64 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -373,9 +373,6 @@ self: super: { # https://github.com/chrisdone/hindent/issues/83 hindent = dontCheck super.hindent; - # 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 { haskell-src-exts = self.haskell-src-exts_1_15_0_1; # https://github.com/chrisdone/structured-haskell-mode/issues/90