Update tar-bytestring lower bound
Otherwise some tarballs like ghc-8.0.2 ones don't unpack properly.
This commit is contained in:
parent
e6037b9eb5
commit
af42598a27
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user