daml/language-support/hs/bindings/package.yaml
nickchapman-da 69b520c879
Hlb update and document external build steps (#2769)
* stack setup for HLB and Nim

* build_packages.sh and daml-ledger.cabal

* update README

* export-package for daml-ledger

* export-package, run here

* find tmp daml-ledger

* update README for review comments

* ref daml instructions

* further improve the process and documentation in response to comments

* have -with-rtsopts match the bazel build

* fixes for Gary
2019-09-09 14:37:03 +01:00

45 lines
801 B
YAML

name: daml-ledger
version: 0.1.0.0
description: Haskell bindings for a DAML Ledger
license: Apache-2.0
author: The DAML Authors
maintainer: nick.chapman@digitalasset.com
github: https://github.com/digital-asset/daml
dependencies:
- async
- base >= 4.7 && < 5
- bytestring
- containers
- deepseq
- exceptions
- extra
- grpc-haskell
- proto3-suite
- proto3-wire
- retry
- text
- time
- transformers
- unliftio
- vector
library:
source-dirs:
- src
- gen/src
ghc-options:
- -Wall
- -Wno-name-shadowing
default-extensions:
- GeneralizedNewtypeDeriving
- LambdaCase
- NamedFieldPuns
- NondecreasingIndentation
- NumericUnderscores
- OverloadedStrings
- RecordWildCards
- ScopedTypeVariables