Fix benchmark compilation of yesod-core
This commit is contained in:
parent
120c236fc5
commit
b00d372c76
@ -1,4 +1,5 @@
|
|||||||
{-# LANGUAGE OverloadedStrings #-}
|
{-# LANGUAGE OverloadedStrings #-}
|
||||||
|
{-# LANGUAGE FlexibleContexts #-}
|
||||||
-- | BigTable benchmark implemented using Hamlet.
|
-- | BigTable benchmark implemented using Hamlet.
|
||||||
--
|
--
|
||||||
{-# LANGUAGE QuasiQuotes #-}
|
{-# LANGUAGE QuasiQuotes #-}
|
||||||
|
|||||||
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user