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 {