PrimSeq.options 370 B

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