From 1a8d021ea7052d3a727a22ee02e4ec8334281477 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sat, 21 Dec 2024 19:40:42 +0100 Subject: [PATCH] haskellPackages.espial: allow esqueleto >= 3.5.12 --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 3ff9502c6ec5..7ca847812882 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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";