-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathlibexpect.cabal
More file actions
42 lines (34 loc) · 784 Bytes
/
libexpect.cabal
File metadata and controls
42 lines (34 loc) · 784 Bytes
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
name: libexpect
version: 0.3.2
synopsis: Library for interacting with console applications via pseudoterminals.
license: BSD3
license-file: license.txt
author: Stephen Roantree
maintainer: stroantree@gmail.com
build-type: Configure
cabal-version: >=1.2
category: System
description:
Bindings to libexpect.
extra-source-files:
configure
libexpect.buildinfo
System/Expect/expect_config.h.in
extra-tmp-files:
System/Expect/expect_config.h
config.log
config.status
library
ghc-options: -Wall
build-depends:
base >=4 && <5,
unix
build-tools:
hsc2hs >= 0.67
exposed-modules:
System.Expect
System.Expect.ExpectInterface
System.Expect.ExpectCombinators
other-modules:
System.Expect.ExpectBindings
extra-libraries: expect, tcl