This repository has been archived by the owner on Apr 12, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
dhall-nix.cabal
51 lines (49 loc) · 1.68 KB
/
dhall-nix.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: dhall-nix
Version: 1.1.6
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
License: BSD3
License-File: LICENSE
Copyright: 2017 Gabriel Gonzalez
Author: Gabriel Gonzalez
Maintainer: Gabriel439@gmail.com
Bug-Reports: https://github.com/Gabriel439/Haskell-Dhall-Nix-Library/issues
Synopsis: Dhall to Nix compiler
Description:
Use this package if you want to compile Dhall expressions to the Nix language.
You can use this package as a library or an executable:
.
* See the "Dhall.Nix" module if you want to use this package as a library
.
* Use the @dhall-to-nix@ program from this package if you want an executable
.
The "Dhall.Nix" module also contains instructions for how to use this package
Category: Compiler
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Dhall-Nix-Library
Library
Hs-Source-Dirs: src
Build-Depends:
base >= 4.8.0.0 && < 5 ,
containers < 0.7 ,
data-fix < 0.3 ,
dhall >= 1.19 && < 1.22,
hnix >= 0.5 && < 0.7 ,
neat-interpolation < 0.4 ,
text >= 0.8.0.0 && < 1.3
Exposed-Modules:
Dhall.Nix
GHC-Options: -Wall
Executable dhall-to-nix
Hs-Source-Dirs: exec
Main-Is: Main.hs
Build-Depends:
base ,
dhall ,
dhall-nix ,
hnix ,
optparse-generic >= 1.1.1 && < 1.4,
text
GHC-Options: -Wall