Fix benchmark compilation of yesod-core

This commit is contained in:
Michael Snoyman 2016-04-21 20:17:05 +03:00
parent 120c236fc5
commit b00d372c76
2 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
{-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE FlexibleContexts #-}
-- | BigTable benchmark implemented using Hamlet. -- | BigTable benchmark implemented using Hamlet.
-- --
{-# LANGUAGE QuasiQuotes #-} {-# LANGUAGE QuasiQuotes #-}

View File

@ -177,6 +177,7 @@ benchmark widgets
, transformers , transformers
, yesod-core , yesod-core
, blaze-html , blaze-html
, shakespeare
main-is: widget.hs main-is: widget.hs
ghc-options: -Wall -O2 ghc-options: -Wall -O2