We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 672875f commit 10662eeCopy full SHA for 10662ee
CHANGELOG
@@ -1,3 +1,6 @@
1
+0.9.0
2
+ * don't force "Path Abs" anymore in IO module, abstract more over Path types
3
+ * add 'toAbs'
4
0.8.1
5
* add 'readFile', 'readFileEOF', 'writeFile' and 'appendFile'
6
0.8.0
hpath.cabal
@@ -1,5 +1,5 @@
name: hpath
-version: 0.8.1
+version: 0.9.0
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3
0 commit comments