turtle 1.5.6 → 1.5.7
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~doctest
Dependency ranges changed: doctest
Files
- CHANGELOG.md +4/−0
- turtle.cabal +2/−2
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.5.7++* Increase upper bound on `doctest`+ 1.5.6 * Increase upper bound on `exceptions`
turtle.cabal view
@@ -1,5 +1,5 @@ Name: turtle-Version: 1.5.6+Version: 1.5.7 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3@@ -99,7 +99,7 @@ Default-Language: Haskell2010 Build-Depends: base >= 4 && < 5 ,- doctest >= 0.7 && < 0.15+ doctest >= 0.7 && < 0.16 test-suite regression-broken-pipe Type: exitcode-stdio-1.0