From 1a20813964dd7e8c306ed9247260b0989f46857e Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sun, 24 Sep 2017 00:10:44 -0400 Subject: [PATCH] Relax Win32 bounds to support 2.6 --- changelog.md | 4 ++++ directory.cabal | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index bfb59bdf..be178eca 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog for the [`directory`][1] package ========================================== +## 1.3.1.3 (September 2017) + + * Relax `Win32` version bounds to support 2.6. + ## 1.3.1.2 (September 2017) * Relax `base` version bounds to support 4.11. diff --git a/directory.cabal b/directory.cabal index 6a336542..2c4356d1 100644 --- a/directory.cabal +++ b/directory.cabal @@ -1,5 +1,5 @@ name: directory -version: 1.3.1.2 +version: 1.3.1.3 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -59,7 +59,7 @@ Library time >= 1.4 && < 1.9, filepath >= 1.3 && < 1.5 if os(windows) - build-depends: Win32 >= 2.2.2 && < 2.6 + build-depends: Win32 >= 2.2.2 && < 2.7 else build-depends: unix >= 2.5.1 && < 2.8