From 22c495bb28f148e3d4fb682d6ef349bfff639d59 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 4 Jan 2019 11:35:26 +0100 Subject: [PATCH] haskell-esqueleto: lo and behold, the package is no longer broken --- 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 7bd540c8578..a779122bfd4 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -93,9 +93,6 @@ self: super: { hinotify = if pkgs.stdenv.isLinux then self.hinotify else self.fsnotify; }; - # https://github.com/bitemyapp/esqueleto/issues/105 - esqueleto = markBrokenVersion "2.5.3" super.esqueleto; - # Fix test trying to access /home directory shell-conduit = overrideCabal super.shell-conduit (drv: { postPatch = "sed -i s/home/tmp/ test/Spec.hs";