packages feed

directory 1.3.2.1 → 1.3.2.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~Win32dep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: Win32, base

API changes (from Hackage documentation)

Files

changelog.md view
@@ -1,6 +1,10 @@ Changelog for the [`directory`][1] package ========================================== +## 1.3.2.2 (April 2018)++  * Relax `base` version bounds to support 4.12.+ ## 1.3.2.1 (March 2018)    * Relax `Win32` version bounds to support 2.7.
directory.cabal view
@@ -1,5 +1,5 @@ name:           directory-version:        1.3.2.1+version:        1.3.2.2 -- NOTE: Don't forget to update ./changelog.md license:        BSD3 license-file:   LICENSE@@ -55,7 +55,7 @@     include-dirs: .      build-depends:-        base     >= 4.5 && < 4.12,+        base     >= 4.5 && < 4.13,         time     >= 1.4 && < 1.10,         filepath >= 1.3 && < 1.5     if os(windows)