packages feed

terminal-size 0.3.2 → 0.3.2.1

raw patch · 3 files changed

+9/−4 lines, 3 filesdep ~basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: base

API changes (from Hackage documentation)

- System.Console.Terminal.Size: height :: Window a -> !a
- System.Console.Terminal.Size: width :: Window a -> !a
+ System.Console.Terminal.Size: [height] :: Window a -> !a
+ System.Console.Terminal.Size: [width] :: Window a -> !a

Files

CHANGELOG.markdown view
@@ -1,3 +1,8 @@+0.3.2.1+=======++  * GHC 7.2 support (https://github.com/biegunka/terminal-size/pull/9)+ 0.3.2 ===== 
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2013-2014, Matvey Aksenov+Copyright (c) 2013-2015, Matvey Aksenov  All rights reserved. 
terminal-size.cabal view
@@ -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.@@ -21,7 +21,7 @@ source-repository this   type:     git   location: https://github.com/biegunka/terminal-size-  tag:      0.3.2+  tag:      0.3.2.1  library   default-language:@@ -29,7 +29,7 @@    build-depends:     base >= 4 && < 5-  if impl(ghc >= 7.4 && < 7.6)+  if impl(ghc >= 7.2 && < 7.6)      build-depends:        ghc-prim   if os(windows)