packages feed

unix-compat-0.1: unix-compat.cabal

Name: unix-compat
Version: 0.1
License: BSD4
License-file: LICENSE
Maintainer: bjorn@bringert.net
Synopsis: Portable POSIX-compatibility layer.
Description:
  This package provides portable implementations of parts
  of the unix package. This package re-exports the unix 
  package when available. When it isn't available,
  portable implementations are used.
Exposed-modules:
  System.PosixCompat.Extensions
  System.PosixCompat.Files
  System.PosixCompat.User
-- Also depends on the unix package on POSIX platforms, added by Setup.lhs.
Build-depends: base
Extensions: CPP, ForeignFunctionInterface
Include-dirs: include
Install-includes: HsUnixCompat.h
C-sources: cbits/HsUnixCompat.c
Extra-source-files: include/HsUnixCompat.h
GHC-Options: -O -Wall