Add missing Monoid import
This commit is contained in:
parent
c24d0e7f80
commit
1036550d00
@ -10,7 +10,7 @@ module Yesod.Core.Internal.Run where
|
|||||||
|
|
||||||
|
|
||||||
#if __GLASGOW_HASKELL__ < 710
|
#if __GLASGOW_HASKELL__ < 710
|
||||||
import Data.Monoid (mempty)
|
import Data.Monoid (Monoid, mempty)
|
||||||
#endif
|
#endif
|
||||||
import Yesod.Core.Internal.Response
|
import Yesod.Core.Internal.Response
|
||||||
import Blaze.ByteString.Builder (toByteString)
|
import Blaze.ByteString.Builder (toByteString)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user