hpath-posix 0.13.0 → 0.13.1
raw patch · 2 files changed
+7/−10 lines, 2 filesdep −IfElsedep −exceptionsdep −safe-exceptionsPVP ok
version bump matches the API change (PVP)
Dependencies removed: IfElse, exceptions, safe-exceptions, streamly, streamly-bytestring, time, unix-bytestring, utf8-string
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−1
- hpath-posix.cabal +1/−9
CHANGELOG.md view
@@ -1,5 +1,10 @@ # Revision history for hpath-posix -## 0.1.0.0 -- 2020-01-29+## 0.13.1 -- 2020-02-08++* Remove unnecessary dependencies+++## 0.13.0 -- 2020-01-29 * First version. Released on an unsuspecting world.
hpath-posix.cabal view
@@ -1,7 +1,7 @@ cabal-version: >=1.10 name: hpath-posix-version: 0.13.0+version: 0.13.1 synopsis: Some low-level POSIX glue code, that is not in 'unix' homepage: https://github.com/hasufell/hpath bug-reports: https://github.com/hasufell/hpath/issues@@ -32,17 +32,9 @@ -- other-extensions: c-sources: cbits/dirutils.c build-depends: base >= 4.8 && <5- , IfElse , bytestring >= 0.10- , exceptions >= 0.10 , hpath-filepath >= 0.10.3- , safe-exceptions >= 0.1- , streamly >= 0.7- , streamly-bytestring >= 0.1.0.1- , time >= 1.8 , unix >= 2.5- , unix-bytestring >= 0.3- , utf8-string if impl(ghc < 8.0) build-depends: fail >= 4.9