Add "deepseq" to the benchmark's Prelude

This commit is contained in:
Nikita Volkov 2015-11-21 09:41:19 +03:00
parent f1fb618d0c
commit 22b60cdfd9
2 changed files with 5 additions and 0 deletions

View File

@ -71,3 +71,7 @@ import Data.Vector as Exports (Vector)
-- dlist
-------------------------
import Data.DList as Exports (DList)
-- deepseq
-------------------------
import Control.DeepSeq as Exports (NFData(..), force, deepseq, ($!!))

View File

@ -178,6 +178,7 @@ benchmark benchmark
hashable,
dlist,
-- general:
deepseq >= 1 && < 2,
data-default-class,
profunctors,
contravariant,