system-fileio 0.3.14 → 0.3.15
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~time
Dependency ranges changed: time
Files
- system-fileio.cabal +3/−3
system-fileio.cabal view
@@ -1,5 +1,5 @@ name: system-fileio-version: 0.3.14+version: 0.3.15 license: MIT license-file: license.txt author: John Millikin <jmillikin@gmail.com>@@ -49,7 +49,7 @@ , bytestring >= 0.9 , system-filepath >= 0.3.1 && < 0.5 , text >= 0.7.1- , time >= 1.0 && < 1.5+ , time >= 1.0 && < 2.0 if os(windows) cpp-options: -DCABAL_OS_WINDOWS@@ -83,7 +83,7 @@ , system-filepath , temporary >= 1.1 && < 2.0 , text- , time >= 1.0 && < 1.5+ , time >= 1.0 && < 2.0 , transformers >= 0.2 if os(windows)