Skip to content

Commit

Permalink
Bump to 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Aug 10, 2024
1 parent b2e7a52 commit f0b7bf7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for file-io

## 0.1.4 -- 2024-08-10

* fix build on GHC <= 8.10

## 0.1.3 -- 2024-08-08

* add `openTempFile` , `openBinaryTempFile` , `openTempFileWithDefaultPermissions` and `openBinaryTempFileWithDefaultPermissions` wrt [#2](https://github.com/hasufell/file-io/issues/2)
Expand Down
2 changes: 1 addition & 1 deletion file-io.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: file-io
version: 0.1.3
version: 0.1.4
synopsis: Basic file IO operations via 'OsPath'
description: Basic file IO operations like Prelude, but for 'OsPath'.
homepage: https://github.com/hasufell/file-io
Expand Down

0 comments on commit f0b7bf7

Please sign in to comment.