Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build flag for the README executable stanza #27

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions beam-automigrate.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ executable readme
main-is: README.lhs
ghc-options: -Wall -optL -q -threaded

if !flag(build-readme)
buildable: False

flag werror
description: Enable -Werror during development
default: False
Expand All @@ -234,6 +237,16 @@ flag ghcipretty
default: False
manual: True

flag integration-tests
description: Enable integration tests that talks to a Postgres DB.
default: False
manual: True

flag build-readme
description: Build README.lhs which depends on gargoyle
default: False
manual: True

source-repository head
type: git
location: https://github.com/obsidiansystems/beam-automigrate