Skip to content

Commit f0b7bf7

Browse files
committed
Bump to 0.1.4
1 parent b2e7a52 commit f0b7bf7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Revision history for file-io
22

3+
## 0.1.4 -- 2024-08-10
4+
5+
* fix build on GHC <= 8.10
6+
37
## 0.1.3 -- 2024-08-08
48

59
* add `openTempFile` , `openBinaryTempFile` , `openTempFileWithDefaultPermissions` and `openBinaryTempFileWithDefaultPermissions` wrt [#2](https://github.com/hasufell/file-io/issues/2)

file-io.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.4
22
name: file-io
3-
version: 0.1.3
3+
version: 0.1.4
44
synopsis: Basic file IO operations via 'OsPath'
55
description: Basic file IO operations like Prelude, but for 'OsPath'.
66
homepage: https://github.com/hasufell/file-io

0 commit comments

Comments
 (0)