packages feed

Cabal revisions of simple-cmd-0.2.0

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-name:                simple-cmd-version:             0.2.0-synopsis:            Simple String-based process commands-description:-            Simple wrappers over System.Process-            (readProcess, readProcessWithExitCode, rawSystem, and createProcess). -            The idea is to provide some common idioms for calling out to commands-            from programs.  For more advanced shell-scripting or streaming-            use turtle, shelly, command, etc.-license:             BSD3-license-file:        LICENSE-author:              Jens Petersen-maintainer:          juhpetersen@gmail.com-copyright:           Jens Petersen <juhpetersen@gmail.com>-category:            System-build-type:          Simple-cabal-version:       >=1.10-extra-source-files:  README.md ChangeLog.md TODO-tested-with:         GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4,-                     GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,-                     GHC == 8.6.5--source-repository head-  type:     git-  location: https://github.com/juhp/simple-cmd--library-  exposed-modules:     SimpleCmd,-                       SimpleCmd.Git,-                       SimpleCmd.Rpm-  build-depends:       base < 5, directory, filepath, process, unix-  default-language:    Haskell2010-  default-extensions:  CPP-  ghc-options:   -fwarn-missing-signatures -Wall+name:                simple-cmd
+version:             0.2.0
+x-revision: 1
+synopsis:            Simple String-based process commands
+description:
+            Simple wrappers over System.Process
+            (readProcess, readProcessWithExitCode, rawSystem, and createProcess). 
+            The idea is to provide some common idioms for calling out to commands
+            from programs.  For more advanced shell-scripting or streaming
+            use turtle, shelly, command, etc.
+license:             BSD3
+license-file:        LICENSE
+author:              Jens Petersen
+maintainer:          juhpetersen@gmail.com
+copyright:           Jens Petersen <juhpetersen@gmail.com>
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+extra-source-files:  README.md ChangeLog.md TODO
+tested-with:         GHC == 7.0.4, GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4,
+                     GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4,
+                     GHC == 8.6.5
+
+source-repository head
+  type:     git
+  location: https://github.com/juhp/simple-cmd
+
+library
+  exposed-modules:     SimpleCmd,
+                       SimpleCmd.Git,
+                       SimpleCmd.Rpm
+  build-depends:       base < 5, directory, filepath, process >= 1.4.3.0, unix
+  default-language:    Haskell2010
+  default-extensions:  CPP
+  ghc-options:   -fwarn-missing-signatures -Wall