haskellPackages.espial: allow esqueleto >= 3.5.12

This commit is contained in:
sternenseemann
2024-12-21 19:40:42 +01:00
parent 5705c90b8a
commit 1a8d021ea7
@@ -2966,6 +2966,10 @@ self: super: {
};
} super.haskell-to-elm;
# Overly strict upper bounds on esqueleto
# https://github.com/jonschoning/espial/issues/61
espial = doJailbreak super.espial;
# https://github.com/dpwright/HaskellNet-SSL/pull/33 Use crypton-connection instead of connection
HaskellNet-SSL = appendPatch (pkgs.fetchpatch {
name = "HaskellNet-SSL-crypton-connection.patch";