Update tar-bytestring lower bound

Otherwise some tarballs like ghc-8.0.2 ones don't
unpack properly.
This commit is contained in:
Julian Ospald 2020-03-21 20:11:30 +01:00
parent e6037b9eb5
commit af42598a27
1 changed files with 1 additions and 1 deletions

View File

@ -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 }