name: editpipe version: 0.1.0.0 synopsis: Edit stdin using an editor before sending to stdout. description: Please see README.md homepage: http://github.com/puffnfresh/editpipe#readme license: BSD3 license-file: LICENSE author: Brian McKenna maintainer: brian@brianmckenna.org copyright: 2016 Brian McKenna category: Editor build-type: Simple cabal-version: >=1.10 executable editpipe hs-source-dirs: app main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >= 4 && < 5 , optparse-applicative >= 0.12 , temporary >= 1.2 , process , unix default-language: Haskell2010 source-repository head type: git location: https://github.com/puffnfresh/editpipe