Cabal revisions of typed-process-0.2.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: typed-process version: 0.2.0.0+x-revision: 1 synopsis: Run external processes, with strong typing of streams description: Please see the tutorial at <https://haskell-lang.org/library/typed-process> category: System hs-source-dirs: src build-depends:- async+ async >= 2.0.1 && < 2.3 , base >=4.7 && <5- , bytestring+ , bytestring < 0.11 , process >=1.2- , stm+ , stm >= 2.4 && < 2.6 , transformers if os(windows) cpp-options: -DWINDOWS
revision 2
name: typed-process version: 0.2.0.0-x-revision: 1+x-revision: 2 synopsis: Run external processes, with strong typing of streams description: Please see the tutorial at <https://haskell-lang.org/library/typed-process> category: System , base >=4.7 && <5 , bytestring < 0.11 , process >=1.2- , stm >= 2.4 && < 2.6+ , stm >= 2.3 && < 2.6 , transformers if os(windows) cpp-options: -DWINDOWS , bytestring , hspec , process >=1.2- , stm+ , stm >= 2.3 && < 2.6 , temporary , transformers , typed-process