Skip to content

Commit

Permalink
executors/HASK: allow unlimited threads
Browse files Browse the repository at this point in the history
@int-y1 binary searched the right value for the current version of Haskell to
be 363.
  • Loading branch information
Xyene committed Jan 7, 2024
1 parent 76e86f3 commit e51da7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmoj/executors/HASK.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class Executor(NullStdoutMixin, CompiledExecutor):
RecursiveDir('/var/lib/ghc'),
]
syscalls = ['timerfd_settime']
nproc = -1

test_program = """\
main = do
Expand Down

0 comments on commit e51da7a

Please sign in to comment.