* 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
198 B
YAML
13 lines
198 B
YAML
resolver: lts-17.8
|
|
|
|
packages:
|
|
- '.'
|
|
- 'examples'
|
|
|
|
extra-deps:
|
|
- lift-type-0.1.0.1
|
|
- persistent-2.13.0.0
|
|
- persistent-sqlite-2.13.0.0
|
|
- persistent-mysql-2.13.0.0
|
|
- persistent-postgresql-2.13.0.0
|