From 75b6173f7def809102a10180dcfc929d1afc3866 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 29 Mar 2012 10:14:44 +0200 Subject: [PATCH] Fixed all warnings, should finally build on Jenkins --- http-conduit | 2 +- tagstream-conduit | 2 +- yaml | 2 +- yesod-test/test/main.hs | 2 ++ yesod-test/yesod-test.cabal | 1 + 5 files changed, 6 insertions(+), 3 deletions(-) diff --git a/http-conduit b/http-conduit index b13b1cb8..6d0765d9 160000 --- a/http-conduit +++ b/http-conduit @@ -1 +1 @@ -Subproject commit b13b1cb88444326fc32407740c6c7c37ad89f0cb +Subproject commit 6d0765d9ea4b58a2e2f8782a2ac27734afe81d82 diff --git a/tagstream-conduit b/tagstream-conduit index 63452aa6..150d64ff 160000 --- a/tagstream-conduit +++ b/tagstream-conduit @@ -1 +1 @@ -Subproject commit 63452aa66875820df21d0977a570e0d45a77e82f +Subproject commit 150d64ff45dfe929bbadf280489261884069455b diff --git a/yaml b/yaml index 3a46fa34..96da9049 160000 --- a/yaml +++ b/yaml @@ -1 +1 @@ -Subproject commit 3a46fa34bdd799f587664e6a18efe378695859d1 +Subproject commit 96da9049d8255465175de6a8904dfcdcd328eb49 diff --git a/yesod-test/test/main.hs b/yesod-test/test/main.hs index 54ef466f..e5031155 100644 --- a/yesod-test/test/main.hs +++ b/yesod-test/test/main.hs @@ -8,6 +8,8 @@ import Yesod.Test.TransversingCSS import Yesod.Test.HtmlParse import Text.XML +import Data.ByteString.Lazy.Char8 () + parseQuery_ = either error id . parseQuery findBySelector_ x = either error id . findBySelector x parseHtml_ = either error id . parseHtml diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index 9e8b1d79..300b7a52 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -57,6 +57,7 @@ test-suite test , hspec >= 0.9 && < 0.10 , HUnit , xml-conduit + , bytestring source-repository head type: git