1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
0.3.4
=====
* Provided `hSize` on Windows. (https://github.com/biegunka/terminal-size/pull/18)
0.3.3
=====
* Fixed ioctl foreign import. (https://github.com/biegunka/terminal-size/pull/16)
* `#alignment` is a hsc2hs built-in since some unspecified GHC 7.x. (https://github.com/biegunka/terminal-size/pull/12)
* Captured possible `stty` stderr output with a pipe. (https://github.com/biegunka/terminal-size/pull/13)
0.3.2.1
=======
* GHC 7.2 support (https://github.com/biegunka/terminal-size/pull/9)
0.3.2
=====
* Cygwin/MSYS support (https://github.com/biegunka/terminal-size/pull/8)
0.3.1
=====
* `Typeable`, `Data`, `Generic`, and `Generic1` instances for `Window`.
0.3.0
=====
* Windows support (https://github.com/biegunka/terminal-size/pull/4)
* Added `Eq`, `Foldable` and `Traversable` instances for `Window`
|