shana: treat haskell functions as unix pipes

[ bsd3, library, system ] [ Propose Tags ]

main = shana - ls "." > grep "src"


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 2009.12.1
Change log changelog.md
Dependencies base (>=4 && <5), directory, regex-posix [details]
License BSD-3-Clause
Author Wang, Jinjing
Maintainer Wang, Jinjing <nfjinjing@gmail.com>
Category System
Home page http://github.com/nfjinjing/hack/tree/master
Uploaded by JinjingWang at 2009-11-30T18:26:18Z
Distributions NixOS:2009.12.1
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 1096 total (7 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for shana-2009.12.1

[back to package description]

Shana

treat haskell functions as unix pipes

-- example

import Prelude hiding ((>), (-), (.))

import System.Shana
import System.Shana.Utils
import System.Shana.DSL.Shell


main = shana - ls "." > grep "src"