diff --git a/package.yaml b/package.yaml index 266e016..99deeef 100644 --- a/package.yaml +++ b/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