From 21507586d68092370300ad72634f5872d73f6eec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 5 Jan 2015 21:50:45 +0200 Subject: [PATCH] Version bump --- ChangeLog.md | 4 ++++ stackage.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index bc6d7be2..10080e33 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,3 +1,7 @@ +## 0.4.0.1 + +* Print "Still Alive" while checking, to avoid Travis timeouts. + ## 0.4.0 * Command line uses optparse-applicative with additional options diff --git a/stackage.cabal b/stackage.cabal index 7c4831c9..353de1e6 100644 --- a/stackage.cabal +++ b/stackage.cabal @@ -1,5 +1,5 @@ name: stackage -version: 0.4.0 +version: 0.4.0.1 synopsis: "Stable Hackage," tools for creating a vetted set of packages from Hackage. description: Please see for a description and documentation. homepage: https://github.com/fpco/stackage