Skip to content

Commit

Permalink
Release 2.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistuke committed Jan 10, 2024
1 parent 6794327 commit 22d1510
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Win32.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: Win32
version: 2.13.4.0
version: 2.14.0.0
license: BSD3
license-file: LICENSE
author: Alastair Reid, shelarcy, Tamar Christina
Expand Down
7 changes: 6 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)

* Add support for named pipes.
## 2.14.0.0 January 2023

* Add support for named pipes [#220](https://github.com/haskell/win32/pull/220)
* Ensure that FilePaths don't contain interior NULs wrt [#218](https://github.com/haskell/win32/pull/218)
* Add support for GetCommandLineW [#218](https://github.com/haskell/win32/pull/221)
* Support filepath >= 1.5.0.0 and os-string [#226](https://github.com/haskell/win32/pull/226)
* Remove unused imports [#225](https://github.com/haskell/win32/pull/225)

## 2.13.4.0 October 2022

Expand Down

2 comments on commit 22d1510

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell / Win32 Continuous builds Build 145 is now running

@Mistuke
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TeamCity Win32 Bindings for Haskell / Win32 Continuous builds Build 145 outcome was FAILURE
Summary: Exit code 1 (Step: Build GHC 7.8.4 (x86) (Command Line)) Build time: 00:01:11

Please sign in to comment.