-
Notifications
You must be signed in to change notification settings - Fork 2
/
robot.cabal
43 lines (37 loc) · 1.21 KB
/
robot.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Name: robot
Version: 1.4
Synopsis: Simulate keyboard and mouse events
Homepage: https://github.com/lfairy/robot
License: OtherLicense
License-File: LICENSE
Author: Chris Wong
Maintainer: [email protected]
Category: Graphics, Testing
Build-Type: Simple
Extra-Source-Files: README.markdown, examples/*.hs, generate_keys.py, keys.txt
Cabal-Version: >= 1.6
Description:
Generate native keyboard and mouse events. Using this library,
applications will respond as if the user performed the action
themselves.
.
For examples, see the @examples@ folder in the source distribution.
Library
Exposed-Modules:
Test.Robot
Test.Robot.Connection
Test.Robot.Internal
Test.Robot.Internal.XTest
Test.Robot.Types
Other-Modules:
Test.Robot.Types.Core
Test.Robot.Types.Keys
Build-Depends: base == 4.*
, containers
, exceptions >= 0.6
, transformers
, xhb
GHC-Options: -Wall
Source-Repository head
Type: git
Location: https://github.com/lfairy/robot.git