-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathlibltdl.cabal
51 lines (42 loc) · 1.18 KB
/
libltdl.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
44
45
46
47
48
49
50
51
name: libltdl
version: 0.1.1.2
cabal-version: >= 1.8
license: BSD3
license-file: LICENSE
copyright: (c) 2011 Harvard University
(c) 2016-2019 Drexel University
author: Geoffrey Mainland <[email protected]>
maintainer: [email protected]
stability: alpha
homepage: https://github.com/mainland/libltdl
category: Foreign
synopsis: FFI interface to libltdl
description: This package provides an interface to GNU libtldl.
tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2,
GHC==8.2.2, GHC==8.4.3, GHC==8.6.5, GHC==8.8.1
build-type: Configure
extra-source-files:
configure
libltdl.buildinfo.in
flag examples
description: Build example programs.
default: False
library
exposed-modules:
Foreign.LibLTDL
Foreign.LibLTDL.Internal
build-depends:
base >=4 && <5
executable sin
build-depends:
base >=4 && <5,
libltdl
main-is: Main.hs
hs-source-dirs: examples/sin
if flag(examples)
buildable: True
else
buildable: False
source-repository head
type: git
location: git://github.com/mainland/libltdl.git