From 6806acecb136836dda16de3c34dfb9085d869c10 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 7 Sep 2023 18:05:42 +0300 Subject: [PATCH] Allow tar-conduit 0.4.0 Tested to build fine. --- arch-hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch-hs.cabal b/arch-hs.cabal index 4519b2e..07fdb69 100644 --- a/arch-hs.cabal +++ b/arch-hs.cabal @@ -62,7 +62,7 @@ common common-options , prettyprinter-ansi-terminal ^>=1.1.2 , servant-client >=0.18.2 && <0.20 , split ^>=0.2.3 - , tar-conduit ^>=0.3.2 + , tar-conduit ^>=0.3.2 || ^>=0.4.0 , template-haskell ^>=2.16.0 || ^>=2.17.0 || ^>=2.18.0 , text