Skip to content

Commit 78cfa7a

Browse files
authored
Version 1.5.0 → 1.5.11 (#325)
1 parent 125e8dc commit 78cfa7a

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
1.5.11
2+
3+
* Don't forward broken pipe exceptions when using `inproc`
4+
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/321
5+
* Increase upper bound on `stm`
6+
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/321
7+
* Tutorial improvements:
8+
* See: https://github.com/Gabriel439/Haskell-Turtle-Library/pull/322
9+
110
1.5.10
211

312
* Increase upper bound on `doctest` and `criterion`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Turtle v1.5.10
1+
# Turtle v1.5.11
22

33
Turtle is a reimplementation of the Unix command line environment in Haskell so
44
that you can use Haskell as a scripting language or a shell. Think of `turtle`

nix/turtle.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
}:
77
mkDerivation {
88
pname = "turtle";
9-
version = "1.5.10";
9+
version = "1.5.11";
1010
src = ./..;
1111
libraryHaskellDepends = [
1212
ansi-wl-pprint async base bytestring clock containers directory

turtle.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: turtle
2-
Version: 1.5.10
2+
Version: 1.5.11
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)