Switch to gauge

This commit is contained in:
Michael Snoyman 2018-01-15 11:46:38 +02:00
parent 8c96b4e36c
commit 1f7a2a287b
No known key found for this signature in database
GPG Key ID: A048E8C057E86876
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -204,7 +204,7 @@ benchmark widgets
type: exitcode-stdio-1.0
hs-source-dirs: bench
build-depends: base
, criterion
, gauge
, bytestring
, text
, transformers