turtle 1.3.4 → 1.3.5
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~foldl
Dependency ranges changed: foldl
Files
- CHANGELOG.md +4/−0
- turtle.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.3.5++* Increase upper bound on `foldl`+ 1.3.4 * Bug fix: `cptree` now correctly copies files instead of creating directories
turtle.cabal view
@@ -1,5 +1,5 @@ Name: turtle-Version: 1.3.4+Version: 1.3.5 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -55,7 +55,7 @@ bytestring >= 0.9.1.8 && < 0.11, clock >= 0.4.1.2 && < 0.8 , directory >= 1.0.7 && < 1.4 ,- foldl >= 1.1 && < 1.3 ,+ foldl >= 1.1 && < 1.4 , hostname < 1.1 , managed >= 1.0.3 && < 1.1 , process >= 1.0.1.1 && < 1.5 ,