Skip to content

Commit

Permalink
Revert commit 4534b6e
Browse files Browse the repository at this point in the history
This introduced a regression where IOSimPOR could not handle infinite
simulations.
  • Loading branch information
bolt12 committed May 6, 2024
1 parent 765fdfe commit 8286781
Show file tree
Hide file tree
Showing 5 changed files with 198 additions and 221 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ cabal.sandbox.config
cabal.project.local
cabal.project.local~
.HTF/
.ghc.environment.*
.ghc.environment.*
tags
io-sim/tags
1 change: 1 addition & 0 deletions io-sim/io-sim.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ library
time >=1.9.1 && <1.13,
quiet,
QuickCheck,
parallel


if flag(asserts)
Expand Down

0 comments on commit 8286781

Please sign in to comment.