2019-07-30 15:34:16 +03:00
|
|
|
cabal-version: 2.4
|
2023-06-05 18:07:31 +03:00
|
|
|
-- This file was autogenerated
|
2019-07-30 15:34:16 +03:00
|
|
|
name: daml-project-config
|
|
|
|
build-type: Simple
|
2023-06-05 18:07:31 +03:00
|
|
|
version: 0.1.15.0
|
|
|
|
synopsis: daml-project-config
|
2019-07-30 15:34:16 +03:00
|
|
|
license: Apache-2.0
|
|
|
|
author: Digital Asset
|
|
|
|
maintainer: Digital Asset
|
2023-06-05 18:07:31 +03:00
|
|
|
copyright: Digital Asset 2023
|
2019-07-30 15:34:16 +03:00
|
|
|
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: daml-project-config
|
|
|
|
build-depends:
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:aeson
|
|
|
|
aeson,
|
|
|
|
-- @stackage//:base
|
2019-07-30 15:34:16 +03:00
|
|
|
base,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:directory
|
2019-07-30 15:34:16 +03:00
|
|
|
directory,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:extra
|
2019-07-30 15:34:16 +03:00
|
|
|
extra,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:filepath
|
2019-07-30 15:34:16 +03:00
|
|
|
filepath,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:lens
|
2019-07-30 15:34:16 +03:00
|
|
|
lens,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:safe-exceptions
|
2019-07-30 15:34:16 +03:00
|
|
|
safe-exceptions,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:semver
|
2019-07-30 15:34:16 +03:00
|
|
|
semver,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:text
|
2019-07-30 15:34:16 +03:00
|
|
|
text,
|
2023-06-05 18:07:31 +03:00
|
|
|
-- @stackage//:yaml
|
|
|
|
yaml,
|
2019-07-30 15:34:16 +03:00
|
|
|
exposed-modules:
|
|
|
|
DA.Daml.Project.Config
|
|
|
|
DA.Daml.Project.Consts
|
|
|
|
DA.Daml.Project.Types
|
|
|
|
DA.Daml.Project.Util
|
|
|
|
default-extensions:
|
2023-06-05 18:07:31 +03:00
|
|
|
BangPatterns
|
|
|
|
DeriveDataTypeable
|
|
|
|
DeriveFoldable
|
|
|
|
DeriveFunctor
|
|
|
|
DeriveGeneric
|
|
|
|
DeriveTraversable
|
|
|
|
FlexibleContexts
|
2019-07-30 15:34:16 +03:00
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
LambdaCase
|
2023-06-05 18:07:31 +03:00
|
|
|
NamedFieldPuns
|
|
|
|
NumericUnderscores
|
2019-07-30 15:34:16 +03:00
|
|
|
OverloadedStrings
|
2023-06-05 18:07:31 +03:00
|
|
|
PackageImports
|
|
|
|
RecordWildCards
|
|
|
|
ScopedTypeVariables
|
|
|
|
StandaloneDeriving
|
|
|
|
TupleSections
|
|
|
|
TypeApplications
|
|
|
|
ViewPatterns
|