crypton-2.0.0: tests/RuntimeSpec.hs
module RuntimeSpec (spec) where import Crypto.System.CPU import Test.Hspec spec :: Spec spec = it "CPU" $ putStrLn (show processorOptions)
module RuntimeSpec (spec) where import Crypto.System.CPU import Test.Hspec spec :: Spec spec = it "CPU" $ putStrLn (show processorOptions)