name: hs-popen version: 0.1.0.0 synopsis: Bindings to C pipe functions. description: Please see README.org homepage: https://github.com/deech/hs-popen#readme license: BSD3 license-file: LICENSE author: Aditya Siram maintainer: aditya.siram@gmail.com copyright: 2016 Aditya Siram category: System build-type: Simple cabal-version: >=1.10 library hs-source-dirs: src exposed-modules: System.Process.Popen build-depends: base >= 4.7 && < 5 default-language: Haskell2010 ghc-options: -Wall C-Sources: cbits/PopenShim.c executable ls-example-exe hs-source-dirs: app main-is: Main.hs ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N build-depends: base , hs-popen default-language: Haskell2010 C-Sources: cbits/GetLine.c source-repository head type: git location: https://github.com/deech/hs-popen