mirror of
https://github.com/typeable/bloodhound.git
synced 2024-11-22 09:32:06 +03:00
38 lines
571 B
YAML
38 lines
571 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
|
|
- semigroups
|
|
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
|