Remove submodules (no longer necessary)
This commit is contained in:
parent
15a03b5a30
commit
f9da3cb4d6
9
.gitmodules
vendored
9
.gitmodules
vendored
@ -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
|
|
||||||
@ -9,10 +9,7 @@ $CABAL install HUnit QuickCheck 'hspec >= 0.6.1 && < 0.7' shelltestrunner
|
|||||||
# pull submodules
|
# pull submodules
|
||||||
git submodule update --init
|
git submodule update --init
|
||||||
|
|
||||||
pkgs=( blaze-textual
|
pkgs=( yesod-core
|
||||||
aeson
|
|
||||||
authenticate
|
|
||||||
yesod-core
|
|
||||||
yesod-json
|
yesod-json
|
||||||
yesod-static
|
yesod-static
|
||||||
yesod-persistent
|
yesod-persistent
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user