Cabal revisions of posix-pty-0.1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: posix-pty-Version: 0.1.0--Homepage: -Bug-Reports: https://bitbucket.org/merijnv/posix-pty/issues--Author: Merijn Verstraaten-Maintainer: Merijn Verstraaten <merijn@inconsistent.nl>-Copyright: Copyright © 2013 Merijn Verstraaten--License: BSD3-License-File: LICENSE--Category: System-Cabal-Version: >= 1.10-Build-Type: Simple-Tested-With: GHC == 7.6.3--Synopsis: Pseudo terminal interaction with subprocesses.--Description:- This package simplifies the creation of subprocesses that interact with- their parent via a pseudo terminal (see @man pty@).--Library- Default-Language: Haskell2010- GHC-Options: -Wall- GHC-Prof-Options: -auto-all -caf-all -rtsopts- Exposed-Modules: System.Posix.Pty- Other-Modules: -- C-Sources: cbits/fork_exec_with_pty.c cbits/pty_size.c- CC-Options: -Wall -Wextra -pedantic -strict -std=c99- Include-Dirs: cbits-- Build-Depends: base >= 4 && < 5- , bytestring >= 0.10- , unix >= 2.6--Source-Repository head- Type: mercurial- Location: https://bitbucket.org/merijnv/posix-pty--Source-Repository head- Type: mercurial- Location: git+ssh://github.com:merijn/posix-pty.git+Name: posix-pty +Version: 0.1.0 +x-revision: 1 + +Homepage: +Bug-Reports: https://bitbucket.org/merijnv/posix-pty/issues + +Author: Merijn Verstraaten +Maintainer: Merijn Verstraaten <merijn@inconsistent.nl> +Copyright: Copyright © 2013 Merijn Verstraaten + +License: BSD3 +License-File: LICENSE + +Category: System +Cabal-Version: >= 1.10 +Build-Type: Simple +Tested-With: GHC == 7.6.3 + +Synopsis: Pseudo terminal interaction with subprocesses. + +Description: + This package simplifies the creation of subprocesses that interact with + their parent via a pseudo terminal (see @man pty@). + +Library + Default-Language: Haskell2010 + GHC-Options: -Wall + GHC-Prof-Options: -auto-all -caf-all -rtsopts + Exposed-Modules: System.Posix.Pty + Other-Modules: + + C-Sources: cbits/fork_exec_with_pty.c cbits/pty_size.c + CC-Options: -Wall -Wextra -pedantic -strict -std=c99 + Include-Dirs: cbits + + Build-Depends: base < 0 + , bytestring >= 0.10 + , unix >= 2.6 + +Source-Repository head + Type: mercurial + Location: https://bitbucket.org/merijnv/posix-pty + +Source-Repository head + Type: mercurial + Location: git+ssh://github.com:merijn/posix-pty.git