packages feed

Cabal revisions of posix-waitpid-0.1

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

revision 1
-name:                posix-waitpid-version:             0.1-synopsis:            Low-level wrapping of POSIX waitpid(2).-description:         A low-level wrapping of POSIX waitpid(2).-category:            System-license:             MIT-license-file:        LICENSE-author:              Richard Smith-maintainer:          zygoloid@metafoo.co.uk-build-type:          Simple-cabal-version:       >= 1.6-build-depends:       base == 4.*, unix-c-sources:           System/Posix/waitpid.c-exposed-modules:     System.Posix.Waitpid-extensions:          ForeignFunctionInterface+name:                posix-waitpid
+version:             0.1
+x-revision: 1
+synopsis:            Low-level wrapping of POSIX waitpid(2).
+description:         A low-level wrapping of POSIX waitpid(2).
+category:            System
+license:             MIT
+license-file:        LICENSE
+author:              Richard Smith
+maintainer:          zygoloid@metafoo.co.uk
+build-type:          Simple
+cabal-version:       >= 1.6
+build-depends:       base >= 4 && < 4.6, unix
+c-sources:           System/Posix/waitpid.c
+exposed-modules:     System.Posix.Waitpid
+extensions:          ForeignFunctionInterface