packages feed

hpath-posix 0.13.2 → 0.13.3

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~hpath-filepathPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hpath-filepath

API changes (from Hackage documentation)

Files

hpath-posix.cabal view
@@ -1,7 +1,7 @@ cabal-version:       >=1.10  name:                hpath-posix-version:             0.13.2+version:             0.13.3 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@@ -33,7 +33,7 @@   c-sources:           cbits/dirutils.c   build-depends:         base                >= 4.8  && <5                        , bytestring          >= 0.10-                       , hpath-filepath      >= 0.10.3+                       , hpath-filepath      >= 0.10.4                        , unix                >= 2.5   if impl(ghc < 8.0)     build-depends: