File tree Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Expand file tree Collapse file tree 4 files changed +12
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
10
1.5.10
2
11
3
12
* Increase upper bound on ` doctest ` and ` criterion `
Original file line number Diff line number Diff line change 1
- # Turtle v1.5.10
1
+ # Turtle v1.5.11
2
2
3
3
Turtle is a reimplementation of the Unix command line environment in Haskell so
4
4
that you can use Haskell as a scripting language or a shell. Think of ` turtle `
Original file line number Diff line number Diff line change 6
6
} :
7
7
mkDerivation {
8
8
pname = "turtle" ;
9
- version = "1.5.10 " ;
9
+ version = "1.5.11 " ;
10
10
src = ./.. ;
11
11
libraryHaskellDepends = [
12
12
ansi-wl-pprint async base bytestring clock containers directory
Original file line number Diff line number Diff line change 1
1
Name : turtle
2
- Version : 1.5.10
2
+ Version : 1.5.11
3
3
Cabal-Version : >= 1.10
4
4
Build-Type : Simple
5
5
License : BSD3
You can’t perform that action at this time.
0 commit comments