directory 1.3.6.0 → 1.3.6.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~Win32dep ~basedep ~timePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: Win32, base, time
API changes (from Hackage documentation)
Files
- changelog.md +4/−0
- directory.cabal +2/−2
changelog.md view
@@ -1,6 +1,10 @@ Changelog for the [`directory`][1] package ========================================== +## 1.3.6.1 (March 2020)++ * Relax `time` version bounds to support 1.10.+ ## 1.3.6.0 (January 2020) * On non-Windows platforms, `getHomeDirectory` will fall back to
directory.cabal view
@@ -1,5 +1,5 @@ name: directory-version: 1.3.6.0+version: 1.3.6.1 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org@@ -55,7 +55,7 @@ build-depends: base >= 4.5 && < 4.15,- time >= 1.4 && < 1.10,+ time >= 1.4 && < 1.11, filepath >= 1.3 && < 1.5 if os(windows) build-depends: Win32 >= 2.2.2 && < 2.9