From 16a640777758b3c1d5569b15adff2afc33b4c5d8 Mon Sep 17 00:00:00 2001 From: Phil Ruffwind Date: Sun, 4 Mar 2018 13:11:34 -0800 Subject: [PATCH] Support Win32 2.7 --- appveyor.yml | 2 +- changelog.md | 4 ++++ directory.cabal | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index c4bdd238..9a681df8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,7 +9,7 @@ environment: matrix: - STACK_FLAGS: --skip-msys STACK_RESOLVER: lts-9.6 - STACK_EXTRA_DEPS: Win32-2.6.0.0 + STACK_EXTRA_DEPS: Win32-2.7.0.0 - STACK_FLAGS: --skip-msys STACK_RESOLVER: lts-7.24 STACK_EXTRA_DEPS: Win32-2.4.0.0 diff --git a/changelog.md b/changelog.md index 5f66d4ae..639995a1 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,10 @@ Changelog for the [`directory`][1] package ========================================== +## 1.3.2.1 (March 2018) + + * Relax `Win32` version bounds to support 2.7. + ## 1.3.2.0 (January 2018) * Relax `time` version bounds to support 1.9. diff --git a/directory.cabal b/directory.cabal index a09df47d..2c65a573 100644 --- a/directory.cabal +++ b/directory.cabal @@ -1,5 +1,5 @@ name: directory -version: 1.3.2.0 +version: 1.3.2.1 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -59,7 +59,7 @@ Library time >= 1.4 && < 1.10, filepath >= 1.3 && < 1.5 if os(windows) - build-depends: Win32 >= 2.2.2 && < 2.7 + build-depends: Win32 >= 2.2.2 && < 2.8 else build-depends: unix >= 2.5.1 && < 2.8