Get everything to build

This commit is contained in:
Michael Snoyman 2012-03-29 07:45:04 +02:00
parent 25ec577449
commit 690b017f02
7 changed files with 9 additions and 6 deletions

3
.gitmodules vendored
View File

@ -13,3 +13,6 @@
[submodule "crypto-conduit"]
path = crypto-conduit
url = https://github.com/snoyberg/crypto-conduit
[submodule "tagstream-conduit"]
path = tagstream-conduit
url = https://github.com/snoyberg/tagstream-conduit

@ -1 +1 @@
Subproject commit 7419d01ba326c2f5a0ce68fb4c078dffa1648707
Subproject commit d142d8c214570e130463cd225efd7f0333245d33

@ -1 +1 @@
Subproject commit ff2459496a99a23c247466b85838c350ecf0a3fa
Subproject commit b13b1cb88444326fc32407740c6c7c37ad89f0cb

View File

@ -1,7 +1,9 @@
./http-conduit
./xml/xml-conduit
./xml/xml2html
./authenticate/authenticate
./crypto-conduit
./tagstream-conduit
./yaml
./yesod-routes
./yesod-core

1
tagstream-conduit Submodule

@ -0,0 +1 @@
Subproject commit 63452aa66875820df21d0977a570e0d45a77e82f

2
xml

@ -1 +1 @@
Subproject commit c94288efbcd41e83206f49b147c728ce359d2f1f
Subproject commit 71be879f7de50a6bb05516f37edcb7bd6ef7a606

View File

@ -38,10 +38,7 @@ module Yesod.Test.TransversingCSS (
)
where
import Text.XML.HXT.Core
import qualified Data.List as DL
import Yesod.Test.CssQuery
import Data.Text (unpack)
import qualified Data.Text as T
import Yesod.Test.HtmlParse (parseHtml)
import Control.Applicative ((<$>), (<*>))