Skip to content

Commit

Permalink
Version bump and changelog entry.
Browse files Browse the repository at this point in the history
  • Loading branch information
supki committed Nov 1, 2015
1 parent b3344ac commit 97292c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.3.2.1
=======

* GHC 7.2 support (https://github.com/biegunka/terminal-size/pull/9)

0.3.2
=====

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2013-2014, Matvey Aksenov
Copyright (c) 2013-2015, Matvey Aksenov

All rights reserved.

Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation, base, stdenv }:
mkDerivation {
pname = "terminal-size";
version = "0.3.2";
version = "0.3.2.1";
src = ./.;
buildDepends = [ base ];
description = "Get terminal window height and width";
Expand Down
4 changes: 2 additions & 2 deletions terminal-size.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terminal-size
version: 0.3.2
version: 0.3.2.1
synopsis: Get terminal window height and width
description:
Get terminal window height and width without ncurses dependency.
Expand All @@ -21,7 +21,7 @@ source-repository head
source-repository this
type: git
location: https://github.com/biegunka/terminal-size
tag: 0.3.2
tag: 0.3.2.1

library
default-language:
Expand Down

0 comments on commit 97292c9

Please sign in to comment.