We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5bc04 commit 027cbcfCopy full SHA for 027cbcf
Win32.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.0
2
name: Win32
3
-version: 2.14.0.0
+version: 2.14.1.0
4
license: BSD3
5
license-file: LICENSE
6
author: Alastair Reid, shelarcy, Tamar Christina
changelog.md
@@ -1,5 +1,11 @@
# Changelog for [`Win32` package](http://hackage.haskell.org/package/Win32)
+## 2.14.1.0 November 2024
+
+* Add getTempFileName
+* Add WindowsString variant for getEnv etc
7
+* Implement getEnv and getEnvironment
8
9
## 2.14.0.0 January 2023
10
11
* Add support for named pipes [#220](https://github.com/haskell/win32/pull/220)
0 commit comments