This commit is contained in:
parsonsmatt 2021-04-09 07:32:23 -06:00
parent fccfa1789f
commit 7a0649e449
2 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
.stack-work .stack-work
stack.yaml.lock stack.yaml.lock
*.yaml.lock
/dist* /dist*
*~ *~
.cabal-sandbox/ .cabal-sandbox/

View File

@ -5,8 +5,10 @@ packages:
- 'examples' - 'examples'
extra-deps: extra-deps:
- persistent-2.12.0.1 - git: git@github.com:yesodweb/persistent
- persistent-template-2.12.0.0 commit: 3e2975d7110b5330f987e1ceef747c43d0c6e0a9
- persistent-mysql-2.12.0.0 subdirs:
- persistent-postgresql-2.12.0.0 - persistent
- persistent-sqlite-2.12.0.0 - persistent-sqlite
- persistent-mysql
- persistent-postgresql