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`