From cecfc96e0b63a4c00291f9b35bf23ee60a7f252a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 20 Nov 2017 13:51:31 +0100 Subject: [PATCH] haskell-json-autotype: drop obsolete jailbreak override --- 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 ef363bdc3371..4eecc50d40cd 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -957,9 +957,6 @@ self: super: { optparse-applicative = self.optparse-applicative_0_14_0_0; }); - # https://github.com/mgajda/json-autotype/issues/15 - json-autotype = doJailbreak super.json-autotype; - # Depends on broken fluid. fluid-idl-http-client = markBroken super.fluid-idl-http-client; fluid-idl-scotty = markBroken super.fluid-idl-scotty;