name: docusign-example
version: 0.1.0.0
synopsis: DocuSign examples
description: This package provides a basic demonstration of how to use the Haskell docusign-client package
category: Business
homepage: https://github.com/capital-match/docusign-example#readme
bug-reports: https://github.com/capital-match/docusign-example/issues
author: Jonathan Knowles
maintainer: dev@capital-match.com
copyright: Capital Match
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/capital-match/docusign-example
executable docusign-example
main-is: Main.hs
other-modules:
Paths_docusign_example
hs-source-dirs:
app
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <1000
, bytestring
, docusign-base
, docusign-client
, exceptions
, filepath
, optparse-generic
, text
, uuid
default-language: Haskell2010