unix-compat 0.2.1.2 → 0.2.1.3
raw patch · 2 files changed
+2/−1 lines, 2 files
Files
- include/HsUnixCompat.h +1/−0
- unix-compat.cabal +1/−1
include/HsUnixCompat.h view
@@ -1,3 +1,4 @@+#include "HsUnixConfig.h" #include <sys/types.h> unsigned int unix_major(dev_t dev);
unix-compat.cabal view
@@ -1,5 +1,5 @@ name: unix-compat-version: 0.2.1.2+version: 0.2.1.3 synopsis: Portable POSIX-compatibility layer. description: This package provides portable implementations of parts of the unix package. This package re-exports the unix