Remove Prim and Small ararys from bench targets

This commit is contained in:
Harendra Kumar 2022-07-18 16:01:38 +05:30
parent 00f5d9f42d
commit be6cadb442

View File

@ -106,20 +106,6 @@ targets =
, "noTest"
]
)
, ("Data.Array.Prim",
[ "array_grp"
, "array_cmp"
]
)
, ("Data.Array.Prim.Pinned",
[ "array_grp"
, "array_cmp"
, "pinned_array_cmp"
]
)
, ("Data.SmallArray",
[ "array_grp" ]
)
-- Ring
, ("Data.Ring.Unboxed", [])