mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-01-21 08:31:55 +01:00
Disable example executable for now
This commit is contained in:
parent
9e0a27feab
commit
b25ddab6f6
27
package.yaml
27
package.yaml
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user