packages feed

path-text-utf8 0.0.1.4 → 0.0.1.6

raw patch · 1 files changed

+3/−2 lines, 1 filesdep ~basePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

path-text-utf8.cabal view
@@ -1,5 +1,5 @@ name: path-text-utf8-version: 0.0.1.4+version: 0.0.1.6 category: Filesystem, Text  synopsis: Read and write UTF-8 text files@@ -25,6 +25,7 @@   , GHC == 8.4.3   , GHC == 8.6.1   , GHC == 8.8.1+  , GHC == 8.10.1  source-repository head   type: git@@ -39,7 +40,7 @@       Path.Text.UTF8    build-depends:-      base            >= 4.7  && < 4.14+      base            >= 4.7  && < 4.15     , bytestring      >= 0.10 && < 0.11     , path            >= 0.5  && < 0.8     , safe-exceptions >= 0.1  && < 0.2