packages feed

terminfo 0.4.1.1 → 0.4.1.2

raw patch · 1 files changed

+2/−3 lines, 1 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.Terminfo.Base: instance Data.Semigroup.Semigroup System.Console.Terminfo.Base.TermOutput
+ System.Console.Terminfo.Base: instance GHC.Base.Semigroup System.Console.Terminfo.Base.TermOutput
- System.Console.Terminfo.Base: class Monoid a
+ System.Console.Terminfo.Base: class Semigroup a => Monoid a

Files

terminfo.cabal view
@@ -1,13 +1,12 @@ Name:           terminfo Cabal-Version:  >=1.10-Version:        0.4.1.1+Version:        0.4.1.2 Category:       User Interfaces License:        BSD3 License-File:   LICENSE Copyright:      (c) Judah Jacobson Author:         Judah Jacobson Maintainer:     Judah Jacobson <judah.jacobson@gmail.com>-Category:       User Interfaces Synopsis:       Haskell bindings to the terminfo library. Description:    This library provides an interface to the terminfo database (via bindings to the                 curses library).  <http://en.wikipedia.org/wiki/Terminfo Terminfo> allows POSIX@@ -29,7 +28,7 @@     other-extensions: CPP, DeriveDataTypeable, FlexibleInstances, ScopedTypeVariables     if impl(ghc>=7.3)       other-extensions: Safe, Trustworthy-    build-depends:    base >= 4.3 && < 4.12+    build-depends:    base >= 4.3 && < 4.13     ghc-options:      -Wall     exposed-modules:                     System.Console.Terminfo