We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab41375 commit 0906235Copy full SHA for 0906235
CHANGELOG
@@ -1,3 +1,7 @@
1
+0.9.2
2
+ * fix build with ghc-7.6
3
+ * raise required bytestring version
4
+ * Tighten base bound to prevent building before GHC 7.6 (by George Wilson)
5
0.9.1
6
* fix build with ghc-7.8 and 7.10
7
0.9.0
hpath.cabal
@@ -1,5 +1,5 @@
name: hpath
-version: 0.9.1
+version: 0.9.2
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3
0 commit comments