packages feed

shh 0.2.0.3 → 0.2.0.4

raw patch · 3 files changed

+4/−3 lines, 3 files

Files

README.md view
@@ -1,6 +1,7 @@ # Shh -[![](https://img.shields.io/hackage/v/shh.svg?colorB=%23999)](http://hackage.haskell.org/package/shh)+[![](https://img.shields.io/hackage/v/shh.svg?colorB=%23999&label=shh)](http://hackage.haskell.org/package/shh)+[![](https://img.shields.io/hackage/v/shh.svg?colorB=%23999&label=shh-extras)](http://hackage.haskell.org/package/shh-extras) [![](https://travis-ci.org/luke-clifton/shh.svg?branch=master)](https://travis-ci.org/luke-clifton/shh)  Shh is a library to enable convinient shell-like programming in Haskell.
app/shh-app.hs view
@@ -20,7 +20,7 @@ \:seti -XNoOverloadedLists\n\ \import Shh\n\ \import Shh.Prompt\n\-\:set prompt-function promptFormat \"\\n\\ESC[1;32m[%u@%h:%w]λ \\ESC[0m\"\n\+\:set prompt-function formatPrompt \"\\n\\ESC[1;32m[%u@%h:%w]λ \\ESC[0m\"\n\ \:set prompt-cont \"| \"\n\ \ " 
shh.cabal view
@@ -1,5 +1,5 @@ name:                shh-version:             0.2.0.3+version:             0.2.0.4 synopsis:            Simple shell scripting from Haskell description:         Provides a shell scripting environment for Haskell. It                      helps you all external binaries, and allows you to