From da444ac2ac948a30cbe1c64a607acea1d832c7d5 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Wed, 28 Feb 2018 14:01:08 -0800 Subject: [PATCH] =?UTF-8?q?Version=201.5.3=20=E2=86=92=201.5.4=20(#289)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 4 ++++ README.md | 2 +- default.nix | 2 +- turtle.cabal | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f99078..5b6f254 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.5.4 + +* Increase upper bound on `exceptions` + 1.5.3 * Increase upper bound on `doctest` diff --git a/README.md b/README.md index 8d0ecfd..7cdf1f9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Turtle v1.5.3 +# Turtle v1.5.4 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` diff --git a/default.nix b/default.nix index c75b223..221f963 100644 --- a/default.nix +++ b/default.nix @@ -6,7 +6,7 @@ }: mkDerivation { pname = "turtle"; - version = "1.5.3"; + version = "1.5.4"; src = ./.; libraryHaskellDepends = [ ansi-wl-pprint async base bytestring clock containers directory diff --git a/turtle.cabal b/turtle.cabal index d669ab8..3c32ce2 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -1,5 +1,5 @@ Name: turtle -Version: 1.5.3 +Version: 1.5.4 Cabal-Version: >=1.10 Build-Type: Simple License: BSD3