packages feed

Cabal revisions of unix-compat-0.1

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

revision 1
-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+Name: unix-compat
+Version: 0.1
+x-revision: 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.
+-- Needs Cabal < 1.16, which implies GHC < 6.10
+Build-depends: base < 4
+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