dhall-haskell/dhall-nix/dhall-nix.cabal

55 lines
1.8 KiB
Plaintext
Raw Normal View History

2017-01-21 05:33:49 +01:00
Name: dhall-nix
2018-01-27 23:09:15 +01:00
Version: 1.0.10
2017-01-21 05:33:49 +01:00
Cabal-Version: >=1.8.0.2
Build-Type: Simple
Tested-With: GHC == 8.0.1
2017-01-21 05:33:49 +01:00
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
2017-01-22 01:57:15 +01:00
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
2017-01-21 05:33:49 +01:00
Category: Compiler
Source-Repository head
Type: git
Location: https://github.com/Gabriel439/Haskell-Dhall-Nix-Library
Library
Hs-Source-Dirs: src
Build-Depends:
2017-01-22 01:50:37 +01:00
base >= 4.8.0.0 && < 5 ,
containers < 0.6 ,
2017-09-17 17:36:59 +02:00
data-fix < 0.3 ,
2018-01-27 19:54:00 +01:00
dhall >= 1.9.0 && < 1.10,
2017-01-22 01:50:37 +01:00
hnix >= 0.3.4 && < 0.4 ,
neat-interpolation < 0.4 ,
text >= 0.8.0.0 && < 1.3 ,
text-format < 0.4 ,
2017-01-22 01:50:37 +01:00
vector >= 0.3 && < 0.13
2017-01-21 05:33:49 +01:00
Exposed-Modules:
Dhall.Nix
GHC-Options: -Wall
Executable dhall-to-nix
Hs-Source-Dirs: exec
Main-Is: Main.hs
Build-Depends:
base ,
dhall ,
2017-01-22 01:50:37 +01:00
dhall-nix ,
hnix ,
2017-09-02 19:19:27 +02:00
optparse-generic >= 1.1.1 && < 1.3,
text ,
2017-09-02 19:19:27 +02:00
trifecta >= 1.0 && < 1.8
2017-01-21 05:33:49 +01:00
GHC-Options: -Wall