system-posix-redirect 1.0 → 1.0.0.1
raw patch · 2 files changed
+7/−4 lines, 2 filesdep ~unixnew-uploaderPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: unix
API changes (from Hackage documentation)
Files
System/Posix/Redirect.hs view
@@ -26,7 +26,7 @@ appear to be possible on Windows). Use at your own risk. -} -module System.Posix.Redirect +module System.Posix.Redirect ( redirectStdout , redirectStderr -- * Low-level operations
system-posix-redirect.cabal view
@@ -1,5 +1,5 @@ Name: system-posix-redirect-Version: 1.0+Version: 1.0.0.1 Synopsis: A toy module that allows you to temporarily redirect a program's stdout. Description: Due to the design of POSIX, it is possible to@@ -25,12 +25,15 @@ cbits/*.c Cabal-Version: >= 1.6 +Source-Repository head+ Type: git+ Location: https://github.com/liyang/system-posix-redirect+ Library Exposed-modules: System.Posix.Redirect Extensions: ForeignFunctionInterface, EmptyDataDecls- Build-depends: base == 4.*,- unix >= 2.4.0 && < 2.5+ Build-depends: base >= 4 && < 5, unix >= 2.4.0 C-sources: cbits/hsredirect.c Include-dirs: include Install-includes: include/hsredirect.h