bloodhound/examples/package.yaml
Michael Xavier 9f75c4e7e5 First stab at removing doctests
This is for #173

Not sure how to handle all the exposition removed from the
README. Maybe I should leave it? It doesn't really fit that neatly
into examples because a lot of the coode is just introducing data
types and linking off to ES docs.
2017-02-10 15:21:14 -08:00

37 lines
558 B
YAML

name: bloodhound-examples
version: '0.0.0.0'
category: Web
author: Chris Allen
maintainer: cma@bitemyapp.com
copyright: 2017, Chris Allen
license: BSD3
github: bitemyapp/bloodhound
extra-source-files:
- README.md
dependencies:
- base
- bloodhound
- time
- aeson
- text
- http-client
- vector
ghc-options:
- -Wall
- -threaded
- -rtsopts
- -with-rtsopts=-N
when:
- condition: flag(werror)
ghc-options: -Werror
executables:
tweet-example:
main: Tweet.hs
flags:
werror:
description: "Treat warnings as errors"
manual: true
default: false