graphql-engine/server/cabal.project.ci
Brandon Simmons 1dd63a9386 Switch from stack to cabal-install for building server code (close #3280) (#3558)
Co-authored-by: Alexis King <lexi.lambda@gmail.com>
2020-01-17 16:07:15 -06:00

7 lines
139 B
Plaintext

-- The project configuration used when building in CI.
package graphql-engine
ghc-options: -j3 -Werror
tests: true
benchmarks: true