turtle 1.4.5 → 1.4.6
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~Win32
Dependency ranges changed: Win32
Files
- CHANGELOG.md +4/−0
- turtle.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.4.6++* Increase upper bound on `Win32`+ 1.4.5 * Add `grepText`, `uniq`, `nub`, `sort` to `Turtle.Prelude`
turtle.cabal view
@@ -1,5 +1,5 @@ Name: turtle-Version: 1.4.5+Version: 1.4.6 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -72,7 +72,7 @@ optional-args >= 1.0 && < 2.0 , unix-compat >= 0.4 && < 0.6 if os(windows)- Build-Depends: Win32 >= 2.2.0.1 && < 2.4+ Build-Depends: Win32 >= 2.2.0.1 && < 2.6 else Build-Depends: unix >= 2.5.1.0 && < 2.8 Exposed-Modules: