packages feed

unix-compat 0.1.2.0 → 0.1.2.1

raw patch · 2 files changed

+1/−5 lines, 2 files

Files

cbits/HsUnixCompat.c view
@@ -1,7 +1,5 @@ #include "HsUnixCompat.h" -#if UNIX_IMPL- unsigned int unix_major(dev_t dev) {   return major(dev); }@@ -13,5 +11,3 @@ dev_t unix_makedev(unsigned int maj, unsigned int min) {   return makedev(maj, min); }--#endif
unix-compat.cabal view
@@ -1,5 +1,5 @@ Name: unix-compat-Version: 0.1.2.0+Version: 0.1.2.1 Cabal-version: >= 1.2.1 Build-type: Simple License: BSD4