-
Notifications
You must be signed in to change notification settings - Fork 1
/
clay-dhall.cabal
77 lines (73 loc) · 1.66 KB
/
clay-dhall.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
name: clay-dhall
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/as-capabl/clay-dhall#readme>
homepage: https://github.com/as-capabl/clay-dhall#readme
bug-reports: https://github.com/as-capabl/clay-dhall/issues
author: Hidenori Azuma
maintainer: [email protected]
copyright: 2018 Hidenori Azuma
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: 2.0
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/as-capabl/clay-dhall
flag new-build-helper
description:
Whether to build auxiality command to manage new-build path.
default:
False
foreign-library clay-dhall
type:
native-shared
if os(windows)
options: standalone
lib-version-info:
0:0:1
hs-source-dirs:
src
other-modules:
Clay.Type
, Clay.Core
, Clay.Obj
, Clay.Export
include-dirs:
include
includes:
clay-dhall/clay-dhall.h
, clay-dhall/type.h
, clay-dhall/macro.h
c-sources:
csrc/clay.c
install-includes:
clay-dhall/clay-dhall.h
, clay-dhall/type.h
, clay-dhall/macro.h
build-depends:
base >=4.7 && <5
, containers
, text
, bytestring
, vector
, contravariant
, either
, mtl
, lens
, dhall == 1.32.0
, prettyprinter
default-language: Haskell2010
executable aux-list-path
default-language: Haskell2010
hs-source-dirs: aux-list-path/src
main-is: aux-list-path.hs
if !flag(new-build-helper)
buildable: False
build-depends:
base >=4.7 && <5
, containers
, cabal-plan
, text