about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-17 08:01:08 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 08:21:24 +0100
commit6fbf6efcf3fc75355520dcb10044d2647c2cb3ea (patch)
tree5a8afe19ac9d264cf52852f56beb9d05b68d9462 /pkgs/development/haskell-modules
parentfe0be794fbed99404b6e7708a7a2931d8b1a19bb (diff)
downloadnixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar.gz
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar.bz2
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar.lz
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar.xz
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.tar.zst
nixlib-6fbf6efcf3fc75355520dcb10044d2647c2cb3ea.zip
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
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 0 insertions, 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;