packages feed

tweet-hs 1.0.1.36 → 1.0.1.37

raw patch · 3 files changed

+7/−6 lines, 3 files

Files

README.md view
@@ -2,6 +2,7 @@  [![Windows build status](https://ci.appveyor.com/api/projects/status/github/vmchale/command-line-tweeter?svg=true)](https://ci.appveyor.com/project/vmchale/command-line-tweeter) [![Build Status](https://travis-ci.org/vmchale/command-line-tweeter.svg?branch=master)](https://travis-ci.org/vmchale/command-line-tweeter)+[![Hackage](https://img.shields.io/hackage/v/tweet-hs.svg)](http://hackage.haskell.org/package/tweet-hs)  ![Displaying a user timeline in a terminal.](https://raw.githubusercontent.com/vmchale/command-line-tweeter/master/screenshot.png) 
cabal.project.local view
@@ -1,5 +1,5 @@ constraints: tweet-hs +development optimization: 2-tests: True-benchmarks: True-documentation: True+tests: true+benchmarks: true+documentation: true
tweet-hs.cabal view
@@ -1,10 +1,10 @@ cabal-version: >=1.10 name: tweet-hs-version: 1.0.1.36+version: 1.0.1.37 license: BSD3 license-file: LICENSE-copyright: 2016, 2017 Vanessa McHale-maintainer: vanessa.mchale@reconfigure.io+copyright: 2016-2018 Vanessa McHale+maintainer: vamchale@gmail.com author: Vanessa McHale stability: stable homepage: https://github.com/vmchale/command-line-tweeter#readme