Plan 9 from Bell Labs’s /usr/web/sources/contrib/fernan/nhc98/src/libraries/process/process.cabal

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


name:         process
version:      1.0
license:      BSD3
license-file: LICENSE
maintainer:   libraries@haskell.org
synopsis:     Process libraries
description:
    This package contains libraries for dealing with system processes.
extra-tmp-files:
    config.log config.status autom4te.cache
    include/HsProcessConfig.h
build-type:    Configure
cabal-version: >=1.2

Library {
    exposed-modules:
        System.Cmd
        System.Process.Internals
    if impl(ghc)
        exposed-modules:
          System.Process
    c-sources:
        cbits/runProcess.c
    include-dirs: include
    includes:
        runProcess.h
    install-includes:
        runProcess.h
        HsProcessConfig.h
    extensions: CPP
    build-depends: base, directory, filepath
    if !os(windows)
        build-depends: unix
}

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.