UniversePolymorphicIO.options 396 B

12345678910
  1. TestOptions
  2. { forCompilers =
  3. [ (MAlonzo Lazy, CompilerOptions {extraAgdaArgs = ["--ghc-flag=-itest/Compiler/simple"]})
  4. , (MAlonzo StrictData, CompilerOptions {extraAgdaArgs = ["--ghc-flag=-itest/Compiler/simple"]})
  5. , (MAlonzo Strict, CompilerOptions {extraAgdaArgs = ["--ghc-flag=-itest/Compiler/simple"]})
  6. ]
  7. , runtimeOptions = []
  8. , executeProg = True
  9. }