packages feed

Cabal revisions of Unixutils-1.48.1

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

revision 1
-Name:           Unixutils-Version:        1.48.1-License:        BSD3-License-File:	COPYING-Author:         Jeremy Shaw, David Fox-Homepage:       http://src.seereason.com/haskell-unixutils-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.2--Library -    Build-Depends:  array, base >= 4 && <5, containers, mtl, HUnit, unix, regex-tdfa, process < 3, bytestring, directory, time, old-time, parallel >= 2, filepath, pureMD5, zlib-    ghc-options:	-O2-    Exposed-modules:-        System.Unix.Chroot,-        System.Unix.Crypt,-        System.Unix.Directory,-        System.Unix.FilePath,-        System.Unix.Misc,-        System.Unix.Mount,-        System.Unix.Process,-        System.Unix.ProcessExtra,-        System.Unix.ProcessStrict,-        System.Unix.Progress,-        System.Unix.OldProgress,-        System.Unix.QIO,-        System.Unix.SpecialDevice,-        System.Unix.Files-    if !os(darwin)-        Extra-libraries: crypt--Executable unixtutils-test-    Main-is: Tests.hs-    Buildable: False+Name:           Unixutils
+Version:        1.48.1
+x-revision: 1
+License:        BSD3
+License-File:	COPYING
+Author:         Jeremy Shaw, David Fox
+Homepage:       http://src.seereason.com/haskell-unixutils
+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.2
+
+Library 
+    Build-Depends:  array, base >= 4 && <4.6, containers, mtl, HUnit, unix, regex-tdfa, process < 3, bytestring, directory, time, old-time, parallel >= 2, filepath, pureMD5, zlib
+    ghc-options:	-O2
+    Exposed-modules:
+        System.Unix.Chroot,
+        System.Unix.Crypt,
+        System.Unix.Directory,
+        System.Unix.FilePath,
+        System.Unix.Misc,
+        System.Unix.Mount,
+        System.Unix.Process,
+        System.Unix.ProcessExtra,
+        System.Unix.ProcessStrict,
+        System.Unix.Progress,
+        System.Unix.OldProgress,
+        System.Unix.QIO,
+        System.Unix.SpecialDevice,
+        System.Unix.Files
+    if !os(darwin)
+        Extra-libraries: crypt
+
+Executable unixtutils-test
+    Main-is: Tests.hs
+    Buildable: False