Skip to content

Commit 76224d9

Browse files
authored
Version 1.5.11 → 1.5.12 (#329)
1 parent 57a8560 commit 76224d9

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.5.12
2+
3+
* Increase upper bound on `containers`
4+
15
1.5.11
26

37
* Don't forward broken pipe exceptions when using `inproc`

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Turtle v1.5.11
1+
# Turtle v1.5.12
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.11";
9+
version = "1.5.12";
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.11
2+
Version: 1.5.12
33
Cabal-Version: >=1.10
44
Build-Type: Simple
55
License: BSD3

0 commit comments

Comments
 (0)