Skip to content

Commit

Permalink
Version 1.5.7 → 1.5.8 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriella439 authored Apr 21, 2018
1 parent a00bce0 commit 60b5bc7
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
1.5.8

* Bug fix: `invert` no longer rejects inputs where a prefix matches the inverted
pattern
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/297
* Add lsdepth, findtree, cmin, and cmax
* Increase upper bound on `temporary` and `foldl`

1.5.7

* Increase upper bound on `doctest`
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.7
# Turtle v1.5.8

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 default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
}:
mkDerivation {
pname = "turtle";
version = "1.5.7";
version = "1.5.8";
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.7
Version: 1.5.8
Cabal-Version: >=1.10
Build-Type: Simple
License: BSD3
Expand Down

0 comments on commit 60b5bc7

Please sign in to comment.