fix warning

This commit is contained in:
Joey Hess 2012-11-18 13:04:35 -04:00
parent 70f4bed400
commit b60d5116a9

View file

@ -20,7 +20,9 @@ import Utility.Yesod
import Yesod
import Data.Text (Text)
import qualified Data.Text as T
#ifndef WITH_OLD_YESOD
import qualified Data.Aeson.Types as Aeson
#endif
{- Add to any widget to make it auto-update using long polling.
-