Fix benchmark compilation of yesod-core
This commit is contained in:
parent
120c236fc5
commit
b00d372c76
@ -1,4 +1,5 @@
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE FlexibleContexts #-}
|
||||
-- | BigTable benchmark implemented using Hamlet.
|
||||
--
|
||||
{-# LANGUAGE QuasiQuotes #-}
|
||||
|
||||
@ -177,6 +177,7 @@ benchmark widgets
|
||||
, transformers
|
||||
, yesod-core
|
||||
, blaze-html
|
||||
, shakespeare
|
||||
main-is: widget.hs
|
||||
ghc-options: -Wall -O2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user