path 0.5.6 → 0.5.7
raw patch · 3 files changed
+3/−3 lines, 3 files
Files
- CHANGELOG +2/−0
- path.cabal +1/−1
- src/Path.hs +0/−2
CHANGELOG view
@@ -1,3 +1,5 @@+0.5.7:+ * Fix haddock problem. 0.5.6: * Reject only .. and . 0.5.5:
path.cabal view
@@ -1,5 +1,5 @@ name: path-version: 0.5.6+version: 0.5.7 synopsis: Support for well-typed paths description: Support for will-typed paths. license: BSD3
src/Path.hs view
@@ -13,8 +13,6 @@ {-# LANGUAGE DeriveDataTypeable #-} {-# LANGUAGE EmptyDataDecls #-} --- | A normalizing well-typed path type.- module Path (-- * Types Path