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 FlexibleContexts #-}
-- | BigTable benchmark implemented using Hamlet.
--
{-# LANGUAGE QuasiQuotes #-}

View File

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