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
This commit is contained in:
Peter Simons 2018-03-17 08:01:08 +01:00
parent fe0be794fb
commit 6fbf6efcf3

View file

@ -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;