diff --git a/CHANGELOG b/CHANGELOG index fc08bc9..08b2475 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,5 @@ +0.9.1 + * fix build with ghc-7.8 and 7.10 0.9.0 * don't force "Path Abs" anymore in IO module, abstract more over Path types * add 'toAbs' diff --git a/hpath.cabal b/hpath.cabal index a8ab087..46c6074 100644 --- a/hpath.cabal +++ b/hpath.cabal @@ -1,5 +1,5 @@ name: hpath -version: 0.9.0 +version: 0.9.1 synopsis: Support for well-typed paths description: Support for well-typed paths, utilizing ByteString under the hood. license: BSD3