turtle 1.4.3 → 1.4.4
raw patch · 3 files changed
+6/−2 lines, 3 files
Files
- CHANGELOG.md +4/−0
- src/Turtle/Tutorial.hs +1/−1
- turtle.cabal +1/−1
CHANGELOG.md view
@@ -1,3 +1,7 @@+1.4.4++* Fix small mistake in tutorial+ 1.4.3 * Increase upper bound on `doctest`
src/Turtle/Tutorial.hs view
@@ -1550,7 +1550,7 @@ -- > <*> argPath "dest" "The destination file" -- > -- > main = do--- > (src, dest) <- options "A simple `cp` script" parser+-- > (src, dest) <- options "A simple `cp` utility" parser -- > cp src dest -- -- If you run the script without any arguments, you will get an auto-generated
turtle.cabal view
@@ -1,5 +1,5 @@ Name: turtle-Version: 1.4.3+Version: 1.4.4 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3