Automated install of some base packages
This commit is contained in:
parent
f526a667aa
commit
f3beab1654
9
.gitmodules
vendored
Normal file
9
.gitmodules
vendored
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
[submodule "aeson"]
|
||||||
|
path = aeson
|
||||||
|
url = https://github.com/yesodweb/aeson.git
|
||||||
|
[submodule "authenticate"]
|
||||||
|
path = authenticate
|
||||||
|
url = https://github.com/snoyberg/authenticate.git
|
||||||
|
[submodule "blaze-textual"]
|
||||||
|
path = blaze-textual
|
||||||
|
url = https://github.com/yesodweb/blaze-textual.git
|
||||||
1
aeson
Submodule
1
aeson
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit d231dbaeb3988b8b9b02f59f1f8beab28bb48652
|
||||||
1
authenticate
Submodule
1
authenticate
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit a32a2b284e1ee56404ce8da1f0396dc1b2972753
|
||||||
1
blaze-textual
Submodule
1
blaze-textual
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit f5f8f14166e85fe23ea46f03ede5aa2e4cfbf893
|
||||||
@ -5,7 +5,7 @@ CABAL=cabal
|
|||||||
# install testing dependencies
|
# install testing dependencies
|
||||||
$CABAL install HUnit QuickCheck 'hspec >= 0.6.1 && < 0.7' shelltestrunner || exit 1
|
$CABAL install HUnit QuickCheck 'hspec >= 0.6.1 && < 0.7' shelltestrunner || exit 1
|
||||||
|
|
||||||
PACKAGES="yesod-core yesod-json yesod-static yesod-persistent yesod-newsfeed yesod-form yesod-auth yesod-sitemap yesod"
|
PACKAGES="blaze-textual aeson authenticate yesod-core yesod-json yesod-static yesod-persistent yesod-newsfeed yesod-form yesod-auth yesod-sitemap yesod"
|
||||||
for package in $PACKAGES
|
for package in $PACKAGES
|
||||||
do
|
do
|
||||||
echo Installing $package
|
echo Installing $package
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user