diff --git a/sources.txt b/sources.txt index b5266622..393ada49 100644 --- a/sources.txt +++ b/sources.txt @@ -9,3 +9,4 @@ ./yesod-sitemap ./yesod-default ./yesod +./yesod-test diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index f038e611..401eae81 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -23,9 +23,9 @@ library build-depends: base >= 4 && < 4.3 build-depends: hxt >= 9.1.6 , parsec >= 2.1 && < 4 - , persistent >= 0.8 && < 0.9 + , persistent >= 0.8 && < 1.1 , transformers >= 0.2.2 && < 0.3 - , wai >= 1.1 && < 1.2 + , wai >= 1.1 && < 1.3 , wai-test >= 1.0 && < 2.0 , network >= 2.2 && < 2.4 , http-types >= 0.6 && < 0.7