Disable example executable for now

This commit is contained in:
patrick brisbin 2017-12-28 19:01:50 -05:00
parent 9e0a27feab
commit b25ddab6f6

View File

@ -35,27 +35,6 @@ library:
- yesod-core >=1.2 && <1.5
- yesod-form >=1.3 && <1.5
executables:
yesod-auth-oauth2-example:
main: main.hs
source-dirs: example
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- yesod-auth-oauth2
- containers
- http-conduit
- load-env
- text
- warp
- yesod
- yesod-auth
when:
- condition: ! '!(flag(example))'
buildable: false
tests:
test:
main: Spec.hs
@ -64,9 +43,3 @@ tests:
- yesod-auth-oauth2
- hspec
- uri-bytestring
flags:
example:
description: Build the example application
manual: false
default: false