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 7adfdf4 commit 4c8679eCopy full SHA for 4c8679e
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Revision history for file-io
2
3
+## 0.1.5 -- 20XX-XX-XX
4
+
5
+* Don't use QuasiQotes
6
7
## 0.1.4 -- 2024-08-10
8
9
* fix build on GHC <= 8.10
file-io.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.4
name: file-io
-version: 0.1.4
+version: 0.1.5
synopsis: Basic file IO operations via 'OsPath'
description: Basic file IO operations like Prelude, but for 'OsPath'.
homepage: https://github.com/hasufell/file-io
0 commit comments