From af42598a279a204f883845568140e39e20e17576 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 21 Mar 2020 20:11:30 +0100 Subject: [PATCH] Update tar-bytestring lower bound Otherwise some tarballs like ghc-8.0.2 ones don't unpack properly. --- ghcup.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghcup.cabal b/ghcup.cabal index 6b1c4c1..6662856 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -63,7 +63,7 @@ common streamly-bytestring { build-depends: streamly-bytestring >= 0.1.2 } common strict-base { build-depends: strict-base >= 0.4 } common string-interpolate { build-depends: string-interpolate >= 0.2.0.0 } common table-layout { build-depends: table-layout >= 0.8 } -common tar-bytestring { build-depends: tar-bytestring >= 0.6.3.0 } +common tar-bytestring { build-depends: tar-bytestring >= 0.6.3.1 } common template-haskell { build-depends: template-haskell >= 2.7 } common terminal-progress-bar { build-depends: terminal-progress-bar >= 0.4.1 } common text { build-depends: text >= 1.2 }