daml/compiler/daml-lf-ast/daml-lf-ast.cabal
Jost Berthold 8a6e3ee95b
DEL-8657 update version info for Haskell LF libraries (#10160)
* DEL-8657 update version info for Haskell LF libraries

CHANGELOG_BEGIN
CHANGELOG_END

* DEL-8657 add a missing module
2021-07-02 09:46:53 +10:00

74 lines
1.6 KiB
Plaintext

cabal-version: 2.4
name: daml-lf-ast
build-type: Simple
version: 0.1.15.0
synopsis: DAML-LF AST
license: Apache-2.0
author: Digital Asset
maintainer: Digital Asset
copyright: Digital Asset 2020
homepage: https://github.com/digital-asset/daml#readme
bug-reports: https://github.com/digital-asset/daml/issues
source-repository head
type: git
location: https://github.com/digital-asset/daml.git
library
default-language: Haskell2010
hs-source-dirs: src
build-depends:
aeson,
base,
bytestring,
containers,
da-hs-base,
deepseq,
Decimal,
extra,
filepath,
ghc,
hashable,
lens,
mtl,
recursion-schemes,
safe,
scientific,
template-haskell,
text,
time,
unordered-containers
exposed-modules:
DA.Daml.LF.Ast
DA.Daml.LF.Ast.Alpha
DA.Daml.LF.Ast.Base
DA.Daml.LF.Ast.FreeVars
DA.Daml.LF.Ast.Numeric
DA.Daml.LF.Ast.Optics
DA.Daml.LF.Ast.Pretty
DA.Daml.LF.Ast.Recursive
DA.Daml.LF.Ast.Subst
DA.Daml.LF.Ast.Type
DA.Daml.LF.Ast.TypeLevelNat
DA.Daml.LF.Ast.Util
DA.Daml.LF.Ast.Version
DA.Daml.LF.Ast.World
default-extensions:
BangPatterns
DeriveDataTypeable
DeriveFoldable
DeriveFunctor
DeriveGeneric
DeriveTraversable
FlexibleContexts
GeneralizedNewtypeDeriving
LambdaCase
NamedFieldPuns
PackageImports
OverloadedStrings
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
TypeApplications
ViewPatterns