unix-compat 0.3.0.1 → 0.3.0.2
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~unixnew-uploader
Dependency ranges changed: unix
Files
- unix-compat.cabal +2/−2
unix-compat.cabal view
@@ -1,5 +1,5 @@ name: unix-compat-version: 0.3.0.1+version: 0.3.0.2 synopsis: Portable POSIX-compatibility layer. description: This package provides portable implementations of parts of the unix package. This package re-exports the unix@@ -46,7 +46,7 @@ else build-depends: directory == 1.1.* else- build-depends: unix >= 2.4 && < 2.6+ build-depends: unix >= 2.4 && < 2.7 include-dirs: include includes: HsUnixCompat.h install-includes: HsUnixCompat.h