Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
supki committed May 27, 2015
1 parent 80db8eb commit 457b150
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 5 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.1
=====

* `Typeable`, `Data`, `Generic`, and `Generic1` instances for `Window`.

0.3.0
=====

Expand Down
15 changes: 10 additions & 5 deletions terminal-size.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: terminal-size
version: 0.3.0
version: 0.3.1
synopsis: Get terminal window height and width
description:
Get terminal window height and width without ncurses dependency.
Expand All @@ -14,6 +14,15 @@ extra-source-files:
README.markdown
CHANGELOG.markdown

source-repository head
type: git
location: https://github.com/biegunka/terminal-size

source-repository this
type: git
location: https://github.com/biegunka/terminal-size
tag: 0.3.1

library
default-language:
Haskell2010
Expand Down Expand Up @@ -43,7 +52,3 @@ library
ghc-options:
-Wall
-fno-warn-unused-do-bind

source-repository head
type: git
location: https://github.com/biegunka/terminal-size

0 comments on commit 457b150

Please sign in to comment.