daml/libs-haskell/da-hs-base/da-hs-base.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

92 lines
2.0 KiB
Plaintext

cabal-version: 2.4
name: da-hs-base
build-type: Simple
version: 0.1.15.0
synopsis: Kitchen sink package for common functionality shared between packages
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,
aeson-pretty,
ansi-terminal,
async,
base,
binary,
blaze-html,
bytestring,
conduit,
containers,
deepseq,
directory,
extra,
filepath,
hashable,
http-conduit,
lens,
monad-loops,
optparse-applicative,
pretty,
random,
safe,
safe-exceptions,
stm,
tar-conduit,
tasty,
tasty-quickcheck,
text,
time,
transformers,
unix,
unix-compat,
unordered-containers,
uuid,
vector,
exposed-modules:
Control.Lens.Ast
Control.Lens.MonoTraversal
DA.Directory
DA.PortFile
DA.Pretty
DA.Service.Logger
-- DA.Service.Logger.Impl.GCP imports SdkVersion build artefact
DA.Service.Logger.Impl.IO
DA.Service.Logger.Impl.Pure
DA.Signals
Data.Conduit.Tar.Extra
Data.List.Extended
Data.NameMap
Data.Semigroup.FixedPoint
Data.Text.Extended
Data.Vector.Extended
Options.Applicative.Extended
Orphans.Lib_pretty
Test.Tasty.Extended
Text.PrettyPrint.Annotated.Extended
default-extensions:
BangPatterns
DeriveDataTypeable
DeriveGeneric
FlexibleContexts
GeneralizedNewtypeDeriving
LambdaCase
NamedFieldPuns
NondecreasingIndentation
NumericUnderscores
OverloadedStrings
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
ViewPatterns