system-filepath 0.4.13 → 0.4.13.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~deepseq
Dependency ranges changed: deepseq
Files
- ChangeLog.md +4/−0
- system-filepath.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 0.4.13.1++Allow deepseq 1.4+ ## 0.4.13 Maintenance taken over by FP Complete.
system-filepath.cabal view
@@ -1,5 +1,5 @@ name: system-filepath-version: 0.4.13+version: 0.4.13.1 synopsis: High-level, byte-based file and directory path manipulations description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/system-filepath>. license: MIT@@ -26,7 +26,7 @@ build-depends: base >= 4.0 && < 5.0 , bytestring >= 0.9- , deepseq >= 1.1 && < 1.4+ , deepseq >= 1.1 && < 1.5 , text >= 0.11.0.6 if os(windows)