mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
1dd63a9386
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
16 lines
484 B
Plaintext
16 lines
484 B
Plaintext
-- A project configuration for general-purpose development: this builds documentation for
|
|
-- dependencies and disables optimizations for graphql-engine to improve compilation times.
|
|
--
|
|
-- To enable this, you can do:
|
|
-- $ ln -s cabal.project.dev cabal.project.local
|
|
-- Or, if you want to customize the configuration:
|
|
-- $ cp cabal.project.dev cabal.project.local
|
|
|
|
package *
|
|
documentation: true
|
|
|
|
package graphql-engine
|
|
optimization: 0
|
|
documentation: false
|
|
flags: +developer
|