tar-bytestring 0.6.1.1 → 0.6.1.2
raw patch · 2 files changed
+11/−5 lines, 2 filesdep +hpath-posixdep ~hpath-directorydep ~hpath-filepathPVP ok
version bump matches the API change (PVP)
Dependencies added: hpath-posix
Dependency ranges changed: hpath-directory, hpath-filepath
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- tar-bytestring.cabal +7/−5
changelog.md view
@@ -1,5 +1,9 @@ See also http://pvp.haskell.org/faq +0.6.1.2++ * fix hpath dependencies+ 0.6.1.1 * Use hpath-directory instead of hpath-io for a more lightweight dependency
tar-bytestring.cabal view
@@ -1,5 +1,5 @@ name: tar-bytestring-version: 0.6.1.1+version: 0.6.1.2 license: BSD3 license-file: LICENSE author: Duncan Coutts <duncan@community.haskell.org>@@ -44,8 +44,9 @@ time >= 1.8, containers >= 0.2 && < 0.7, deepseq >= 1.1 && < 1.5,- hpath-directory >= 0.13 && < 0.14,- hpath-filepath >= 0.10.2 && < 0.11,+ hpath-directory >= 0.13.1 && < 0.14,+ hpath-filepath >= 0.10.4 && < 0.11,+ hpath-posix >= 0.13.1 && < 0.14, safe-exceptions >= 0.1, unix, word8@@ -93,8 +94,9 @@ QuickCheck == 2.*, tasty >= 0.10, tasty-quickcheck >= 0.8,- hpath-directory >= 0.13.0 && < 0.14,- hpath-filepath >= 0.10.2 && < 0.11,+ hpath-directory >= 0.13.1 && < 0.14,+ hpath-filepath >= 0.10.4 && < 0.11,+ hpath-posix >= 0.13.1 && < 0.14, safe-exceptions >= 0.1, unix, word8