package-list.sh
This commit is contained in:
parent
a7077992ae
commit
5a52d3bbdd
12
package-list.sh
Normal file
12
package-list.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
pkgs=( ./yesod-core
|
||||||
|
./yesod-json
|
||||||
|
./yesod-static
|
||||||
|
./yesod-persistent
|
||||||
|
./yesod-newsfeed
|
||||||
|
./yesod-form
|
||||||
|
./yesod-auth
|
||||||
|
./yesod-sitemap
|
||||||
|
./yesod-default
|
||||||
|
./yesod )
|
||||||
2
scripts
2
scripts
@ -1 +1 @@
|
|||||||
Subproject commit 5c174c61daeca7430e75a3d32da2bf783eac7776
|
Subproject commit 713588bcf3526aad8a809215fb34c314334a5ffd
|
||||||
Loading…
Reference in New Issue
Block a user