shh 0.2.0.3 → 0.2.0.4
raw patch · 3 files changed
+4/−3 lines, 3 files
Files
- README.md +2/−1
- app/shh-app.hs +1/−1
- shh.cabal +1/−1
README.md view
@@ -1,6 +1,7 @@ # Shh -[](http://hackage.haskell.org/package/shh)+[](http://hackage.haskell.org/package/shh)+[](http://hackage.haskell.org/package/shh-extras) [](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