Skip to content

Commit

Permalink
Support Win32 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Rufflewind committed Mar 4, 2018
1 parent 80dc2bc commit 16a6407
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions directory.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 16a6407

Please sign in to comment.