diff --git a/yesod-auth/yesod-auth.cabal b/yesod-auth/yesod-auth.cabal index 9f72bdf4..6a8d68f6 100644 --- a/yesod-auth/yesod-auth.cabal +++ b/yesod-auth/yesod-auth.cabal @@ -1,5 +1,5 @@ name: yesod-auth -version: 1.4.0 +version: 1.4.0.1 license: MIT license-file: LICENSE author: Michael Snoyman, Patrick Brisbin @@ -37,10 +37,7 @@ library , text >= 0.7 , mime-mail >= 0.3 , yesod-persistent >= 1.4 - , hamlet >= 1.1 , shakespeare - , shakespeare-css >= 1.0 - , shakespeare-js >= 1.0.2 , containers , unordered-containers , yesod-form >= 1.4 && < 1.5 @@ -66,7 +63,6 @@ library , blaze-builder , conduit , conduit-extra - , attoparsec-conduit if flag(network-uri) build-depends: network-uri >= 2.6 diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index e6938688..fb7b7619 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -148,7 +148,6 @@ test-suite tests , containers , lifted-base , resourcet - , network-conduit , network , async , conduit-extra diff --git a/yesod-persistent/yesod-persistent.cabal b/yesod-persistent/yesod-persistent.cabal index 8ff8081e..2e5735d7 100644 --- a/yesod-persistent/yesod-persistent.cabal +++ b/yesod-persistent/yesod-persistent.cabal @@ -1,5 +1,5 @@ name: yesod-persistent -version: 1.4.0 +version: 1.4.0.1 license: MIT license-file: LICENSE author: Michael Snoyman @@ -33,7 +33,6 @@ test-suite test other-modules: Yesod.PersistSpec build-depends: base , hspec - , wai-test , wai-extra , yesod-core , persistent-sqlite diff --git a/yesod-static/yesod-static.cabal b/yesod-static/yesod-static.cabal index 375494bb..477f5179 100644 --- a/yesod-static/yesod-static.cabal +++ b/yesod-static/yesod-static.cabal @@ -1,5 +1,5 @@ name: yesod-static -version: 1.4.0 +version: 1.4.0.1 license: MIT license-file: LICENSE author: Michael Snoyman @@ -47,7 +47,6 @@ library , system-filepath >= 0.4.6 && < 0.5 , system-fileio >= 0.3 , data-default - , shakespeare-css >= 1.0.3 , mime-types >= 0.1 , hjsmin , filepath >= 1.3 @@ -81,7 +80,6 @@ test-suite tests build-depends: base , hspec >= 1.3 , yesod-test >= 1.4 - , wai-test , wai-extra , HUnit