packages feed

byline 0.2.3.0 → 0.2.4.0

raw patch · 4 files changed

+12/−4 lines, 4 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES.md view
@@ -1,5 +1,11 @@ # Version History +## 0.2.4.0 (March 19, 2017)++  - Update dependency bounds++  - Add Travis CI build status for supported versions of GHC+ ## 0.2.3.0 (November 1, 2016)    - Increase upper bound on transformers package to `0.5` (Thanks to
LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2015, 2016 Peter J. Jones <pjones@devalot.com>+Copyright (c) 2015-2017 Peter J. Jones <pjones@devalot.com> All rights reserved.  Redistribution and use in source and binary forms, with or without
README.md view
@@ -1,5 +1,7 @@ # Byline +[![Build Status](https://travis-ci.org/pjones/byline.svg?branch=master)](https://travis-ci.org/pjones/byline)+ Byline simplifies writing interactive terminal applications by building upon [ansi-terminal][] and [haskeline][]. This makes it possible to print messages and prompts that include terminal escape
byline.cabal view
@@ -1,6 +1,6 @@ -------------------------------------------------------------------------------- name:          byline-version:       0.2.3.0+version:       0.2.4.0 synopsis:      Library for creating command-line interfaces (colors, menus, etc.) homepage:      http://github.com/pjones/byline bug-reports:   http://github.com/pjones/byline/issues@@ -8,11 +8,11 @@ license-file:  LICENSE author:        Peter Jones <pjones@devalot.com> maintainer:    Peter Jones <pjones@devalot.com>-copyright:     Copyright: (c) 2015,2016 Peter J. Jones+copyright:     Copyright: (c) 2015-2017 Peter J. Jones category:      System, User Interfaces build-type:    Simple stability:     experimental-tested-with:   GHC == 7.8.4, GHC == 7.10.3+tested-with:   GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.1 cabal-version: >=1.18 description:   Byline simplifies writing interactive terminal applications by