dhall-kubernetes/dhall-kubernetes-generator/dhall-kubernetes-generator.cabal
Gabriel Gonzalez 2db84bb673 Update the Nix build for dhall
... and generate the files based on that
2020-06-29 16:32:28 -07:00

41 lines
1.6 KiB
Plaintext

cabal-version: >=1.10
name: dhall-kubernetes-generator
version: 0.1.0.0
category: Code Generation
homepage: https://github.com/dhall-lang/dhall-kubernetes#readme
author: Fabrizio Ferrai
maintainer: fabrizio@ferrai.io
copyright: 2019 Fabrizio Ferrai
license: BSD3
build-type: Simple
executable dhall-kubernetes-generator
main-is: Main.hs
other-modules:
Dhall.Kubernetes.Convert
Dhall.Kubernetes.Data
Dhall.Kubernetes.Types
hs-source-dirs:
src
default-extensions: DeriveDataTypeable DeriveGeneric DerivingStrategies DuplicateRecordFields GeneralizedNewtypeDeriving LambdaCase RecordWildCards ScopedTypeVariables OverloadedStrings FlexibleInstances ConstraintKinds ApplicativeDo TupleSections
ghc-options: -Wall
build-depends:
base >= 4.8.2.0 && < 5 ,
aeson >= 1.0.0.0 && < 1.5 ,
containers >= 0.5.0.0 && < 0.7 ,
dhall >= 1.22.0 && < 1.34 ,
megaparsec >= 7.0 && < 8.1 ,
optparse-applicative >= 0.14.3.0 && < 0.16 ,
parser-combinators >= 1.0.3 && < 1.3 ,
prettyprinter >= 1.2.0.1 && < 1.7 ,
sort >= 1.0 && < 1.1 ,
text >= 0.11.1.0 && < 1.3 ,
turtle >= 1.5.0 && < 1.6 ,
vector >= 0.11.0.0 && < 0.13 ,
yaml >= 0.11.1.0 && < 0.12
default-language: Haskell2010
source-repository head
type: git
location: https://github.com/dhall-lang/dhall-kubernetes/tree/master