Cabal revisions of typed-process-0.1.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: typed-process version: 0.1.1+x-revision: 1 synopsis: Run external processes, with strong typing of streams description: Please see README.md homepage: https://haskell-lang.org/library/typed-process hs-source-dirs: src exposed-modules: System.Process.Typed build-depends: base >= 4.7 && < 5- , async+ , async >= 2.0.1 && < 2.3 , bytestring , conduit , conduit-extra , exceptions , process >= 1.2- , stm+ , stm >= 2.3 && < 2.6 , transformers if os(windows) cpp-options: -DWINDOWS