From ea18a2178e7675dd8c07292b7d6f4569e245b333 Mon Sep 17 00:00:00 2001 From: AgentM Date: Mon, 28 Oct 2024 23:26:44 -0400 Subject: [PATCH] pin data-default to <0.8 to allow http-client-tls to build --- project-m36.cabal | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/project-m36.cabal b/project-m36.cabal index 3ac8521d..f89b0107 100644 --- a/project-m36.cabal +++ b/project-m36.cabal @@ -271,7 +271,9 @@ Executable tutd http-conduit, modern-uri, http-types, - recursion-schemes + recursion-schemes, + data-default < 0.8 + --data-default 0.8.0.0 breaks http-tls-client Other-Modules: TutorialD.Interpreter, TutorialD.Interpreter.Base, TutorialD.Interpreter.DatabaseContextExpr,