From 6fbf6efcf3fc75355520dcb10044d2647c2cb3ea Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 08:01:08 +0100 Subject: [PATCH] haskell-esqueleto: drop the markBroken for ghc 8.4.1 Although accurate, the override causes evaluation errors that serve little purpose but poison our dashboard at [1]. [1] https://hydra.nixos.org/jobset/nixpkgs/haskell-updates --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index a2b70fe4b741..b35b120fe118 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -42,9 +42,6 @@ self: super: { unix = null; xhtml = null; - # https://github.com/bitemyapp/esqueleto/issues/77 - esqueleto = markBrokenVersion "2.5.3" super.esqueleto; - # Need newer version. haskell-src = super.haskell-src_1_0_3_0;