Skip to content

Commit

Permalink
Merge pull request haskell#85 from Mistuke/bump-win32
Browse files Browse the repository at this point in the history
Relax Win32 version bounds.
  • Loading branch information
snoyberg authored Jan 22, 2017
2 parents 85cc1d1 + 2307944 commit 6d75056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Bug fix: Don't close already closed pipes
[#81](https://github.com/haskell/process/pull/81)
* Relax version bounds of Win32 to allow 2.5.

## 1.4.3.0 *December 2016*

Expand Down
2 changes: 1 addition & 1 deletion process.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ library
other-modules: System.Process.Common
if os(windows)
other-modules: System.Process.Windows
build-depends: Win32 >=2.2 && < 2.4
build-depends: Win32 >=2.2 && < 2.6
extra-libraries: kernel32
cpp-options: -DWINDOWS
else
Expand Down

0 comments on commit 6d75056

Please sign in to comment.