Name: shana Version: 2009.12.1 Build-type: Simple Synopsis: treat haskell functions as unix pipes Description: main = shana - ls "." > grep "src" License: BSD3 License-file: LICENSE Author: Wang, Jinjing Maintainer: Wang, Jinjing Build-Depends: base Cabal-version: >= 1.2 category: System homepage: http://github.com/nfjinjing/hack/tree/master data-files: readme.md, changelog.md library ghc-options: -Wall build-depends: base >= 4 && < 5, directory, regex-posix hs-source-dirs: src/ exposed-modules: System.Shana System.Shana.Type System.Shana.Utils System.Shana.DSL.Shell