File tree 2 files changed +7
-2
lines changed 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.0
2
2
name : Win32
3
- version : 2.13.4 .0
3
+ version : 2.14.0 .0
4
4
license : BSD3
5
5
license-file : LICENSE
6
6
author : Alastair Reid, shelarcy, Tamar Christina
Original file line number Diff line number Diff line change 1
1
# Changelog for [ ` Win32 ` package] ( http://hackage.haskell.org/package/Win32 )
2
2
3
- * Add support for named pipes.
3
+ ## 2.14.0.0 January 2023
4
+
5
+ * Add support for named pipes [ #220 ] ( https://github.com/haskell/win32/pull/220 )
4
6
* Ensure that FilePaths don't contain interior NULs wrt [ #218 ] ( https://github.com/haskell/win32/pull/218 )
7
+ * Add support for GetCommandLineW [ #218 ] ( https://github.com/haskell/win32/pull/221 )
8
+ * Support filepath >= 1.5.0.0 and os-string [ #226 ] ( https://github.com/haskell/win32/pull/226 )
9
+ * Remove unused imports [ #225 ] ( https://github.com/haskell/win32/pull/225 )
5
10
6
11
## 2.13.4.0 October 2022
7
12
You can’t perform that action at this time.
0 commit comments