Remove submodules (no longer necessary)

This commit is contained in:
Michael Snoyman 2011-09-10 23:23:06 +03:00
parent 15a03b5a30
commit f9da3cb4d6
2 changed files with 1 additions and 13 deletions

9
.gitmodules vendored
View File

@ -1,9 +0,0 @@
[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

View File

@ -9,10 +9,7 @@ $CABAL install HUnit QuickCheck 'hspec >= 0.6.1 && < 0.7' shelltestrunner
# pull submodules
git submodule update --init
pkgs=( blaze-textual
aeson
authenticate
yesod-core
pkgs=( yesod-core
yesod-json
yesod-static
yesod-persistent