* stack-8.8.yaml now does GHC 8.8 * support ghc 8.10.4, upgrade to cabal 3.4 * do it * use stack 8.10 by default, support pers2.13 * sqlite tests are failing??? * build with cabal * gitignore * tidy up * work with persistent-2.13 * giddyup * keep cabal file in repo * fixx * changelog, vbump * update cache keys
13 lines
210 B
YAML
13 lines
210 B
YAML
resolver: lts-16.31
|
|
|
|
packages:
|
|
- '.'
|
|
- 'examples'
|
|
|
|
extra-deps:
|
|
- persistent-2.12.0.1
|
|
- persistent-template-2.12.0.0
|
|
- persistent-mysql-2.12.0.0
|
|
- persistent-postgresql-2.12.0.0
|
|
- persistent-sqlite-2.12.0.0
|