Skip to content

Commit

Permalink
Version 1.5.12 → 1.5.13 (#339)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Dec 20, 2018
1 parent b678a50 commit 4abc00e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
1.5.13

* Fix `chmod` bug
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/337
* Add `reduce` and re-export `(<&>)`
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/332

1.5.12

* Increase upper bound on `containers`
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Turtle v1.5.12
# Turtle v1.5.13

Turtle is a reimplementation of the Unix command line environment in Haskell so
that you can use Haskell as a scripting language or a shell. Think of `turtle`
Expand Down
2 changes: 1 addition & 1 deletion nix/turtle.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "turtle";
version = "1.5.12";
version = "1.5.13";
src = ./..;
libraryHaskellDepends = [
ansi-wl-pprint async base bytestring clock containers directory
Expand Down
2 changes: 1 addition & 1 deletion turtle.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: turtle
Version: 1.5.12
Version: 1.5.13
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit 4abc00e

Please sign in to comment.