mirror of
https://github.com/nikita-volkov/hasql.git
synced 2024-11-23 02:35:33 +03:00
Add "deepseq" to the benchmark's Prelude
This commit is contained in:
parent
f1fb618d0c
commit
22b60cdfd9
@ -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, ($!!))
|
||||
|
@ -178,6 +178,7 @@ benchmark benchmark
|
||||
hashable,
|
||||
dlist,
|
||||
-- general:
|
||||
deepseq >= 1 && < 2,
|
||||
data-default-class,
|
||||
profunctors,
|
||||
contravariant,
|
||||
|
Loading…
Reference in New Issue
Block a user