path-text-utf8 0.0.1.2 → 0.0.1.4
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~basedep ~pathPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, path
API changes (from Hackage documentation)
Files
- path-text-utf8.cabal +4/−3
path-text-utf8.cabal view
@@ -1,5 +1,5 @@ name: path-text-utf8-version: 0.0.1.2+version: 0.0.1.4 category: Filesystem, Text synopsis: Read and write UTF-8 text files@@ -24,6 +24,7 @@ GHC == 8.2.2 , GHC == 8.4.3 , GHC == 8.6.1+ , GHC == 8.8.1 source-repository head type: git@@ -38,8 +39,8 @@ Path.Text.UTF8 build-depends:- base >= 4.7 && < 4.13+ base >= 4.7 && < 4.14 , bytestring >= 0.10 && < 0.11- , path >= 0.5 && < 0.7+ , path >= 0.5 && < 0.8 , safe-exceptions >= 0.1 && < 0.2 , text >= 1.2 && < 1.3