mirror of
https://github.com/freckle/yesod-auth-oauth2.git
synced 2026-04-18 17:04:13 +02: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-core >=1.2 && <1.5
|
||||||
- yesod-form >=1.3 && <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:
|
tests:
|
||||||
test:
|
test:
|
||||||
main: Spec.hs
|
main: Spec.hs
|
||||||
@ -64,9 +43,3 @@ tests:
|
|||||||
- yesod-auth-oauth2
|
- yesod-auth-oauth2
|
||||||
- hspec
|
- hspec
|
||||||
- uri-bytestring
|
- uri-bytestring
|
||||||
|
|
||||||
flags:
|
|
||||||
example:
|
|
||||||
description: Build the example application
|
|
||||||
manual: false
|
|
||||||
default: false
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user