proc-0.0.5: proc.cabal
name: proc
version: 0.0.5
Cabal-Version: >= 1.8
license: GPL-3
license-file: LICENSE
copyright: (c) 2010 Andy Stewart
synopsis: Parse process information for Linux
description: This library parse process information under /proc on Linux.
author: Andy Stewart
maintainer: lazycat.manatee@gmail.com
stability: provisional
category: System
tested-with: GHC==6.12.1
build-type: Simple
Library
Exposed-Modules:
System.Linux.Proc
Build-depends: base >= 4 && < 5, xformat >= 0.1, filepath >= 1.1.0.3, directory >= 1.0.1.0,
regex-tdfa >= 1.1.4, process >= 1.0.1.3, containers >= 0.3.0.0, strict >= 0.3.2, split