path 0.9.4 → 0.9.5
raw patch · 2 files changed
+4/−2 lines, 2 files
Files
- CHANGELOG +3/−1
- path.cabal +1/−1
CHANGELOG view
@@ -1,5 +1,7 @@-0.9.3+0.9.5 * Add `splitDrive`, `takeDrive`, `dropDrive` and `isDrive`.++ 0.9.4 was an accidental release of the unreleased 0.9.3 without the appropriate changelog. 0.9.2 * Data instances for Rel, Abs, File, and Dir.
path.cabal view
@@ -1,5 +1,5 @@ name: path-version: 0.9.4+version: 0.9.5 synopsis: Support for well-typed paths description: Support for well-typed paths. license: BSD3