haskell-esqueleto: lo and behold, the package is no longer broken

This commit is contained in:
Peter Simons 2019-01-04 11:35:26 +01:00
parent c792202b99
commit 22c495bb28

View File

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