packages feed

Cabal revisions of process-listlike-1.0

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

revision 1
 Name:               process-listlike Version:            1.0+x-revision: 1 Synopsis:           Process extras Description:        Extra functionality for the Process library                     <http://hackage.haskell.org/package/process>.   Build-depends:     base >= 4 && < 5,     ListLike >= 4,-    process,-    bytestring,+    process < 1.2.3,+    bytestring >= 0.10,     text,     deepseq
revision 2
-Name:               process-listlike-Version:            1.0-x-revision: 1-Synopsis:           Process extras-Description:        Extra functionality for the Process library-                    <http://hackage.haskell.org/package/process>.-Homepage:           https://github.com/ddssff/process-listlike-License:            MIT-License-file:       LICENSE-Author:             David Lazar, Bas van Dijk, David Fox-Maintainer:         David Fox <dsf@seereason.com>-Category:           System-Build-type:         Simple-Cabal-version:      >=1.6-Extra-source-files:-  README.md--source-repository head-  Type:             git-  Location:         https://github.com/ddssff/process-listlike--Library-  ghc-options:      -Wall--  Hs-source-dirs:   src--  Exposed-modules:-    System.Process.ByteString-    System.Process.ByteString.Lazy-    System.Process.Extras-    System.Process.ListLike-    System.Process.Text-    System.Process.Text.Lazy--  Other-modules:-    Utils--  Build-depends:-    base >= 4 && < 5,-    ListLike >= 4,-    process < 1.2.3,-    bytestring >= 0.10,-    text,-    deepseq+Name:               process-listlike
+Version:            1.0
+x-revision: 2
+Synopsis:           Process extras
+Description:        Extra functionality for the Process library
+                    <http://hackage.haskell.org/package/process>.
+Homepage:           https://github.com/ddssff/process-listlike
+License:            MIT
+License-file:       LICENSE
+Author:             David Lazar, Bas van Dijk, David Fox
+Maintainer:         David Fox <dsf@seereason.com>
+Category:           System
+Build-type:         Simple
+Cabal-version:      >=1.6
+Extra-source-files:
+  README.md
+
+source-repository head
+  Type:             git
+  Location:         https://github.com/ddssff/process-listlike
+
+Library
+  ghc-options:      -Wall
+
+  Hs-source-dirs:   src
+
+  Exposed-modules:
+    System.Process.ByteString
+    System.Process.ByteString.Lazy
+    System.Process.Extras
+    System.Process.ListLike
+    System.Process.Text
+    System.Process.Text.Lazy
+
+  Other-modules:
+    Utils
+
+  Build-depends:
+    base >= 4 && < 5,
+    ListLike >= 4,
+    process > 1.1 && < 1.2.3,
+    bytestring >= 0.10,
+    text,
+    deepseq
revision 3
 Name:               process-listlike
 Version:            1.0
-x-revision: 2
+x-revision: 3
 Synopsis:           Process extras
 Description:        Extra functionality for the Process library
                     <http://hackage.haskell.org/package/process>.
     Utils
 
   Build-depends:
-    base >= 4 && < 5,
+    base >= 4.4 && < 5,
     ListLike >= 4,
     process > 1.1 && < 1.2.3,
     bytestring >= 0.10,