packages feed

Cabal revisions of Unixutils-1.54.2

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

revision 1
-Name:           Unixutils-Version:        1.54.2-License:        BSD3-License-File:	COPYING-Author:         Jeremy Shaw, David Fox-Homepage:       https://github.com/seereason/haskell-unixutils.git-Category:	System-Synopsis:       A crude interface between Haskell and Unix-like operating systems-Maintainer:     jeremy@n-heptane.com-Description:- A collection of useful and mildly useful functions that you might- expect to find in System.* which a heavy bias towards Unix-type operating systems.-Build-type:	Simple-Cabal-Version: >= 1.10--Library-    Default-Language: Haskell2010-    Build-Depends:-      base >= 4 && <5,-      bytestring,-      directory,-      exceptions,-      filepath,-      mtl,-      process,-      process-extras >= 0.3,-      pureMD5,-      regex-tdfa,-      unix,-      zlib-    ghc-options:	-O2-    Exposed-modules:-        System.Unix.Chroot,-        System.Unix.Crypt,-        System.Unix.Directory,-        System.Unix.FilePath,-        System.Unix.KillByCwd,-        System.Unix.Misc,-        System.Unix.Mount,-        System.Unix.SpecialDevice,-        System.Unix.Files-    if !os(darwin)-        Extra-libraries: crypt+Name:           Unixutils
+Version:        1.54.2
+x-revision: 1
+License:        BSD3
+License-File:	COPYING
+Author:         Jeremy Shaw, David Fox
+Homepage:       https://github.com/seereason/haskell-unixutils.git
+Category:	System
+Synopsis:       A crude interface between Haskell and Unix-like operating systems
+Maintainer:     jeremy@n-heptane.com
+Description:
+ A collection of useful and mildly useful functions that you might
+ expect to find in System.* which a heavy bias towards Unix-type operating systems.
+Build-type:	Simple
+Cabal-Version: >= 1.10
+
+Library
+    Default-Language: Haskell2010
+    Build-Depends:
+      base >= 4.6 && <5,
+      bytestring,
+      directory,
+      exceptions,
+      filepath,
+      mtl,
+      process,
+      process-extras >= 0.3,
+      pureMD5,
+      regex-tdfa,
+      unix,
+      zlib
+    ghc-options:	-O2
+    Exposed-modules:
+        System.Unix.Chroot,
+        System.Unix.Crypt,
+        System.Unix.Directory,
+        System.Unix.FilePath,
+        System.Unix.KillByCwd,
+        System.Unix.Misc,
+        System.Unix.Mount,
+        System.Unix.SpecialDevice,
+        System.Unix.Files
+    if !os(darwin)
+        Extra-libraries: crypt