streamly-0.8.2: test/Streamly/Test/Data/Array/CommonImports.hs
import Foreign.Storable (Storable(..)) import Test.Hspec.QuickCheck import Test.QuickCheck (Property, forAll, Gen, vectorOf, arbitrary, choose) import Test.QuickCheck.Monadic (monadicIO, assert, run) import Test.Hspec as H import Streamly.Data.Fold (Fold) import Streamly.Prelude (SerialT) import Streamly.Test.Common (listEquals) import qualified Streamly.Prelude as S