pub 2.0.1 → 2.0.2
raw patch · 2 files changed
+7/−2 lines, 2 files
Files
- README.org +4/−1
- pub.cabal +3/−1
README.org view
@@ -1,9 +1,12 @@ * Welcome!+ [[https://hackage.haskell.org/package/pub][https://img.shields.io/hackage/v/pub.svg?style=flat]]+ [[https://travis-ci.org/ixmatus/pub][https://travis-ci.org/ixmatus/pub.svg?branch=master]]+ =Pub= builds two utilities for piping to and from a redis pub/sub channel and stdout/stdin. ** Install- Right now, you gotta compile it.+ =cabal install pub= ** Examples
pub.cabal view
@@ -1,5 +1,5 @@ Name: pub-Version: 2.0.1+Version: 2.0.2 Author: Parnell Springmeyer <parnell@digitalmentat.com> Maintainer: Parnell Springmeyer <parnell@digitalmentat.com> License: BSD3@@ -9,6 +9,8 @@ Description: + <<https://travis-ci.org/ixmatus/pub.svg?branch=master>>+ . `pub` is an executable for piping data from stdin to a specified Redis pub/sub channel. .