packages feed

unix-compat 0.4.0.0 → 0.4.1.0

raw patch · 2 files changed

+2/−1 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

cbits/mktemp.c view
@@ -37,6 +37,7 @@ #include <sys/stat.h> #include <fcntl.h> #include <errno.h>+#include <stdint.h> #include <stdlib.h> #include <string.h> #include <unistd.h>
unix-compat.cabal view
@@ -1,5 +1,5 @@ name:           unix-compat-version:        0.4.0.0+version:        0.4.1.0 synopsis:       Portable POSIX-compatibility layer. description:    This package provides portable implementations of parts                 of the unix package. This package re-exports the unix