diff --git a/yesod-core/bench/widget.hs b/yesod-core/bench/widget.hs index b49ad4a1..93129680 100644 --- a/yesod-core/bench/widget.hs +++ b/yesod-core/bench/widget.hs @@ -5,7 +5,7 @@ {-# LANGUAGE QuasiQuotes #-} module Main where -import Criterion.Main +import Gauge.Main import Text.Hamlet import qualified Data.ByteString.Lazy as L import qualified Text.Blaze.Html.Renderer.Utf8 as Utf8 diff --git a/yesod-core/yesod-core.cabal b/yesod-core/yesod-core.cabal index c9c56a6a..4c2db3ed 100644 --- a/yesod-core/yesod-core.cabal +++ b/yesod-core/yesod-core.cabal @@ -204,7 +204,7 @@ benchmark widgets type: exitcode-stdio-1.0 hs-source-dirs: bench build-depends: base - , criterion + , gauge , bytestring , text , transformers