path-text-utf8 0.0.1.0 → 0.0.1.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basePVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base
API changes (from Hackage documentation)
- Path.Text.UTF8: data UnicodeException :: *
+ Path.Text.UTF8: data UnicodeException
- Path.Text.UTF8: parseAbsFile :: MonadThrow m => FilePath -> m (Path Abs File)
+ Path.Text.UTF8: parseAbsFile :: MonadThrow m => FilePath -> m Path Abs File
- Path.Text.UTF8: parseRelFile :: MonadThrow m => FilePath -> m (Path Rel File)
+ Path.Text.UTF8: parseRelFile :: MonadThrow m => FilePath -> m Path Rel File
Files
- path-text-utf8.cabal +3/−3
path-text-utf8.cabal view
@@ -1,5 +1,5 @@ name: path-text-utf8-version: 0.0.1.0+version: 0.0.1.1 category: Filesystem, Text synopsis: Read and write UTF-8 text files@@ -8,7 +8,7 @@ packages, providing convenient functions to read and write UTF-8 text files. -homepage: https://github.com/chris-martin/path-text-utf8#readme+homepage: https://github.com/chris-martin/path-text-utf8 bug-reports: https://github.com/chris-martin/path-text-utf8/issues author: Chris Martin <ch.martin@gmail.com>@@ -33,7 +33,7 @@ Path.Text.UTF8 build-depends:- base >= 4.7 && < 4.11+ base >= 4.7 && < 4.12 , bytestring >= 0.10 && < 0.11 , path >= 0.5 && < 0.7 , safe-exceptions >= 0.1 && < 0.2