LTS 13.29 (#1364)
* Update resolver to lts-13.29 and add lock file to repository * Upgrade stack version * Save cache after building dependencies only to have faster feedback loop when tests fail * Move private functions from QueryBuilder to a separate Private module * Move more functions over to private trying to make compilation consume less memory * Split private in 4 modules * Remove unused LambdaCase pragma * Add profile to memory-tests.sh so it can find postgrest executable * Move save dependencies before building and running tests for faster feedback loop
This commit is contained in:
committed by
Steve Chávez
parent
c37a9f5ec3
commit
291de5bc1c
+1
-1
@@ -1,7 +1,7 @@
|
||||
# stack.yaml is used for circle-ci tests. Profiling build fails on circleci
|
||||
# with GHC 8.6, so we build with 8.4 for now.
|
||||
|
||||
resolver: lts-12.26
|
||||
resolver: lts-13.29
|
||||
extra-deps:
|
||||
- Ranged-sets-0.4.0
|
||||
- configurator-pg-0.1.0.3
|
||||
|
||||
Reference in New Issue
Block a user