This repository has been archived by the owner on Nov 26, 2018. It is now read-only.
forked from dhall-lang/dhall-to-cabal
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdhall-to-etlas.cabal
250 lines (242 loc) · 8.54 KB
/
dhall-to-etlas.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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
cabal-version: 1.12
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
-- This file has been AUTO-GENERATED by dhall-to-cabal.
--
-- Do not edit it by hand, because your changes will be over-written!
--
-- Instead, edit the source Dhall file, namely
-- 'dhall-to-cabal.dhall', and re-generate this file by running
-- 'dhall-to-cabal -- dhall-to-cabal.dhall > dhall-to-cabal.cabal'.
-- * * * * * * * * * * * * WARNING * * * * * * * * * * * *
name: dhall-to-etlas
version: 1.3.0.1
license: MIT
license-file: LICENSE
maintainer: [email protected]
author: Ollie Charles <[email protected]>
homepage: https://github.com/eta-lang/dhall-to-etlas
bug-reports: https://github.com/eta-lang/dhall-to-etlas/issues
synopsis: Compile Dhall expressions to Etlas files
description:
dhall-to-etlas takes Dhall expressions and compiles them into Etlas
files. All of the features of Dhall are supported, such as let
bindings and imports, and all features of Etlas are supported
(including conditional stanzas).
.
category: Distribution
build-type: Simple
extra-source-files:
Changelog.md
README.md
dhall/SPDX/and.dhall
dhall/SPDX/license.dhall
dhall/SPDX/licenseVersionOrLater.dhall
dhall/SPDX/or.dhall
dhall/SPDX/ref.dhall
dhall/SPDX/refWithFile.dhall
dhall/Version/v.dhall
dhall/VersionRange/anyVersion.dhall
dhall/VersionRange/differenceVersionRanges.dhall
dhall/VersionRange/earlierVersion.dhall
dhall/VersionRange/intersectVersionRanges.dhall
dhall/VersionRange/invertVersionRange.dhall
dhall/VersionRange/laterVersion.dhall
dhall/VersionRange/majorBoundVersion.dhall
dhall/VersionRange/noVersion.dhall
dhall/VersionRange/notThisVersion.dhall
dhall/VersionRange/orEarlierVersion.dhall
dhall/VersionRange/orLaterVersion.dhall
dhall/VersionRange/thisVersion.dhall
dhall/VersionRange/unionVersionRanges.dhall
dhall/VersionRange/withinVersion.dhall
dhall/defaults/Benchmark.dhall
dhall/defaults/BuildInfo.dhall
dhall/defaults/CompilerOptions.dhall
dhall/defaults/Executable.dhall
dhall/defaults/Library.dhall
dhall/defaults/Package.dhall
dhall/defaults/SourceRepo.dhall
dhall/defaults/TestSuite.dhall
dhall/prelude.dhall
dhall/types.dhall
dhall/types/Arch.dhall
dhall/types/Benchmark.dhall
dhall/types/BuildInfo.dhall
dhall/types/BuildType.dhall
dhall/types/Compiler.dhall
dhall/types/CompilerOptions.dhall
dhall/types/Config.dhall
dhall/types/CustomSetup.dhall
dhall/types/Dependency.dhall
dhall/types/Executable.dhall
dhall/types/Extension.dhall
dhall/types/Flag.dhall
dhall/types/ForeignLibrary.dhall
dhall/types/Guarded.dhall
dhall/types/Language.dhall
dhall/types/Library.dhall
dhall/types/License.dhall
dhall/types/Mixin.dhall
dhall/types/ModuleRenaming.dhall
dhall/types/OS.dhall
dhall/types/Package.dhall
dhall/types/RepoKind.dhall
dhall/types/RepoType.dhall
dhall/types/SPDX.dhall
dhall/types/SPDX/LicenseExceptionId.dhall
dhall/types/SPDX/LicenseId.dhall
dhall/types/Scope.dhall
dhall/types/SetupBuildInfo.dhall
dhall/types/SourceRepo.dhall
dhall/types/TestSuite.dhall
dhall/types/TestType.dhall
dhall/types/Version.dhall
dhall/types/VersionRange.dhall
dhall/types/builtin.dhall
dhall/unconditional.dhall
dhall/utils/GitHub-project.dhall
dhall/utils/majorVersions.dhall
dhall/utils/mapSourceRepos.dhall
dhall/utils/package.dhall
golden-tests/dhall-to-cabal/*.dhall
golden-tests/dhall-to-cabal/*.cabal
golden-tests/cabal-to-dhall/*.dhall
golden-tests/cabal-to-dhall/*.cabal
source-repository head
type: git
location: https://github.com/eta-lang/dhall-to-etlas
library
exposed-modules:
DhallToCabal
DhallLocation
CabalToDhall
hs-source-dirs: lib
other-modules:
DhallToCabal.ConfigTree
DhallToCabal.Diff
Dhall.Extra
Paths_dhall_to_etlas
default-language: Haskell2010
other-extensions: GADTs GeneralizedNewtypeDeriving LambdaCase
OverloadedStrings RecordWildCards
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
etlas-cabal -any,
base >=4.5 && <5,
bytestring >=0.10 && <1,
containers >=0.5 && <0.6,
contravariant >=1.4 && <1.5,
dhall >=1.17.0 && <1.18,
formatting >=6.3.1 && <6.4,
hashable >=1.2.6.1 && <1.3,
insert-ordered-containers >=0.2.1.0 && <0.3,
text >=1.2 && <1.3,
transformers >=0.2.0.0 && <0.6,
vector >=0.11.0.0 && <0.13,
semigroups >=0.18.0 && <0.19
executable dhall-to-etlas
main-is: Main.hs
hs-source-dirs: exe
other-modules:
Paths_dhall_to_etlas
autogen-modules:
Paths_dhall_to_etlas
default-language: Haskell2010
other-extensions: NamedFieldPuns
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
etlas-cabal -any,
base >=4.5 && <5,
dhall >=1.17.0 && <1.18,
dhall-to-etlas -any,
filepath >=1.4 && < 1.5,
insert-ordered-containers >=0.2.1.0 && <0.3,
microlens >=0.1.0.0 && <0.5,
optparse-applicative >=0.13.2 && <0.15,
prettyprinter >=1.2.0.1 && <1.3,
text >=1.2 && <1.3,
transformers >=0.2.0.0 && <0.6
executable etlas-to-dhall
main-is: Main.hs
hs-source-dirs: cabal-to-dhall
other-modules:
Paths_dhall_to_etlas
autogen-modules:
Paths_dhall_to_etlas
default-language: Haskell2010
other-extensions: NamedFieldPuns
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
base >=4.5 && <5,
dhall >=1.17.0 && <1.18,
bytestring >=0.10 && <0.11,
dhall-to-etlas -any,
optparse-applicative >=0.13.2 && <0.15,
prettyprinter >=1.2.0.1 && <1.3,
text >=1.2 && <1.3
executable dhall-to-etlas-meta
main-is: Main.hs
hs-source-dirs: meta
default-language: Haskell2010
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
base >=4.5 && <5,
directory >=1.2.7.1 && <1.4,
dhall >=1.17.0 && <1.18,
dhall-to-etlas -any,
filepath >=1.4 && <1.5,
optparse-applicative >=0.13.2 && <0.15,
prettyprinter >=1.2.0.1 && <1.3
test-suite golden-tests
type: exitcode-stdio-1.0
main-is: GoldenTests.hs
hs-source-dirs: golden-tests
default-language: Haskell2010
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
base >=4.5 && <5,
etlas-cabal -any,
Diff >=0.3.4 && <0.4,
bytestring >=0.10 && <0.11,
dhall >=1.17.0 && <1.18,
dhall-to-etlas -any,
filepath >=1.4 && <1.5,
microlens >=0.1.0.0 && <0.5,
prettyprinter >=1.2.0.1 && <1.3,
tasty >=0.11 && <1.2,
tasty-golden >=2.3 && <2.4,
text >=1.2 && <1.3
test-suite unit-tests
type: exitcode-stdio-1.0
main-is: Tests.hs
hs-source-dirs: tests
other-modules:
DhallToCabal.Tests
default-language: Haskell2010
ghc-options: -Wall -fno-warn-safe -fno-warn-unsafe
-fno-warn-implicit-prelude -fno-warn-missing-import-lists
-fno-warn-missing-local-sigs -fno-warn-monomorphism-restriction
-fno-warn-name-shadowing
build-depends:
base >=4.5 && <5,
etlas-cabal -any,
dhall >=1.17.0 && <1.18,
dhall-to-etlas -any,
tasty >=0.11 && <1.2,
tasty-hunit >=0.10.0.1 && <0.11,
text >=1.2 && < 1.3