Remove unneeded dependencies

This commit is contained in:
Michael Snoyman 2011-08-18 16:21:20 +03:00
parent 8d6a952c4a
commit 55f4ddd258

View File

@ -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