path-text-utf8 0.0.1.1 → 0.0.1.2
raw patch · 1 files changed
+7/−2 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: 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 +7/−2
path-text-utf8.cabal view
@@ -1,5 +1,5 @@ name: path-text-utf8-version: 0.0.1.1+version: 0.0.1.2 category: Filesystem, Text synopsis: Read and write UTF-8 text files@@ -20,6 +20,11 @@ build-type: Simple cabal-version: >= 1.10 +tested-with:+ GHC == 8.2.2+ , GHC == 8.4.3+ , GHC == 8.6.1+ source-repository head type: git location: https://github.com/chris-martin/path-text-utf8@@ -33,7 +38,7 @@ Path.Text.UTF8 build-depends:- base >= 4.7 && < 4.12+ base >= 4.7 && < 4.13 , bytestring >= 0.10 && < 0.11 , path >= 0.5 && < 0.7 , safe-exceptions >= 0.1 && < 0.2