Browse Source

Bump versions to 0.10.0 due to API break

travis
Julian Ospald 4 years ago
parent
commit
dc131c3e6b
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
3 changed files with 3 additions and 3 deletions
  1. +1
    -1
      hpath-filepath/hpath-filepath.cabal
  2. +1
    -1
      hpath-io/hpath-io.cabal
  3. +1
    -1
      hpath/hpath.cabal

+ 1
- 1
hpath-filepath/hpath-filepath.cabal View File

@@ -1,5 +1,5 @@
name: hpath-filepath
version: 0.9.3
version: 0.10.0
synopsis: ByteString based filepath manipulation
description: ByteString based filepath manipulation, similar to 'filepath' package. This is POSIX only.
-- bug-reports:


+ 1
- 1
hpath-io/hpath-io.cabal View File

@@ -1,5 +1,5 @@
name: hpath-io
version: 0.9.3
version: 0.10.0
synopsis: High-level IO operations on files/directories
description: High-level IO operations on files/directories, utilizing type-safe Paths
-- bug-reports:


+ 1
- 1
hpath/hpath.cabal View File

@@ -1,5 +1,5 @@
name: hpath
version: 0.9.2
version: 0.10.0
synopsis: Support for well-typed paths
description: Support for well-typed paths, utilizing ByteString under the hood.
license: BSD3


Loading…
Cancel
Save