diff --git a/hpath-posix/CHANGELOG.md b/hpath-posix/CHANGELOG.md index 5b56d6b..96bfaa4 100644 --- a/hpath-posix/CHANGELOG.md +++ b/hpath-posix/CHANGELOG.md @@ -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. diff --git a/hpath-posix/hpath-posix.cabal b/hpath-posix/hpath-posix.cabal index 8f5f24f..c80a804 100644 --- a/hpath-posix/hpath-posix.cabal +++ b/hpath-posix/hpath-posix.cabal @@ -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