do it
This commit is contained in:
parent
fccfa1789f
commit
7a0649e449
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
.stack-work
|
.stack-work
|
||||||
stack.yaml.lock
|
stack.yaml.lock
|
||||||
|
*.yaml.lock
|
||||||
/dist*
|
/dist*
|
||||||
*~
|
*~
|
||||||
.cabal-sandbox/
|
.cabal-sandbox/
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user