From 8c54f6f7a2f0a8a390de527a0f9871b4ab252bd9 Mon Sep 17 00:00:00 2001 From: Clemens Schmid Date: Mon, 26 Feb 2024 14:38:27 +0100 Subject: [PATCH] forced an old version of table-layout --- poseidon-hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poseidon-hs.cabal b/poseidon-hs.cabal index cab929fd..fe75c1fb 100644 --- a/poseidon-hs.cabal +++ b/poseidon-hs.cabal @@ -27,7 +27,7 @@ library hs-source-dirs: src build-depends: base >= 4.7 && < 5, sequence-formats>=1.6.1, text, time, pipes-safe, exceptions, pipes, bytestring, filepath, yaml, aeson, directory, parsec, - vector, pipes-ordered-zip, table-layout, mtl, split, warp, warp-tls, wai-cors, + vector, pipes-ordered-zip, table-layout<1.0.0.0, mtl, split, warp, warp-tls, wai-cors, -- scotty is set to < 0.20.0, because the current stackage resolver 21.17 does not have the latest version, but cabal uses it in the release action, if this constraint is not set scotty < 0.20.0, cassava, pureMD5, wai, githash, http-conduit, conduit, http-types, zip-archive,