Remove unused applicative.

This commit is contained in:
Mikkel Christiansen 2015-08-26 16:10:56 +02:00
parent d556fc8844
commit 25bbda2087

View File

@ -9,7 +9,6 @@ module Yesod.Core.Internal.Run where
#if __GLASGOW_HASKELL__ < 710
import Control.Applicative ((<$>))
import Data.Monoid (mempty)
#endif
import Yesod.Core.Internal.Response