posix-pty 0.1.0 → 0.1.1
raw patch · 2 files changed
+15/−6 lines, 2 filesdep ~basesetup-changed
Dependency ranges changed: base
Files
- Setup.hs +1/−0
- posix-pty.cabal +14/−6
Setup.hs view
@@ -1,2 +1,3 @@ import Distribution.Simple+ main = defaultMain
posix-pty.cabal view
@@ -1,8 +1,8 @@ Name: posix-pty-Version: 0.1.0+Version: 0.1.1 -Homepage: -Bug-Reports: https://bitbucket.org/merijnv/posix-pty/issues+Homepage: https://bitbucket.org/merijnv/posix-pty+Bug-Reports: https://github.com/merijn/posix-pty/issues Author: Merijn Verstraaten Maintainer: Merijn Verstraaten <merijn@inconsistent.nl>@@ -30,17 +30,25 @@ Other-Modules: C-Sources: cbits/fork_exec_with_pty.c cbits/pty_size.c- CC-Options: -Wall -Wextra -pedantic -strict -std=c99+ CC-Options: -Wall -Wextra -pedantic -std=c99 Include-Dirs: cbits+ Includes: fork_exec_with_pty.h pty_size.h Build-Depends: base >= 4 && < 5 , bytestring >= 0.10 , unix >= 2.6 + if !os(darwin)+ Buildable: False+ Source-Repository head- Type: mercurial- Location: https://bitbucket.org/merijnv/posix-pty+ Type: git+ Location: ssh://github.com:merijn/posix-pty.git Source-Repository head Type: mercurial Location: git+ssh://github.com:merijn/posix-pty.git++Source-Repository head+ Type: mercurial+ Location: https://bitbucket.org/merijnv/posix-pty