From 55f4ddd25832fb781880a7b059e6ab692d854564 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 18 Aug 2011 16:21:20 +0300 Subject: [PATCH] Remove unneeded dependencies --- yesod/yesod.cabal | 3 --- 1 file changed, 3 deletions(-) diff --git a/yesod/yesod.cabal b/yesod/yesod.cabal index a97b528f..198ae34c 100644 --- a/yesod/yesod.cabal +++ b/yesod/yesod.cabal @@ -66,7 +66,6 @@ library , yesod-auth >= 0.7 && < 0.8 , yesod-json >= 0.2 && < 0.3 , yesod-persistent >= 0.2 && < 0.3 - , yesod-static >= 0.3 && < 0.4 , yesod-form >= 0.3 && < 0.4 , monad-control >= 0.2 && < 0.3 , transformers >= 0.2 && < 0.3 @@ -76,8 +75,6 @@ library , shakespeare-js >= 0.10 && < 0.11 , shakespeare-css >= 0.10 && < 0.11 , warp >= 0.4 && < 0.5 - , mime-mail >= 0.3 && < 0.4 - , hjsmin >= 0.0.13 && < 0.1 , blaze-html >= 0.4 && < 0.5 exposed-modules: Yesod ghc-options: -Wall