diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml index cadfd04d8d79..f982a2339708 100644 --- a/package.yaml +++ b/package.yaml @@ -41,6 +41,7 @@ dependencies: - MonadRandom - mtl - optparse-applicative +- parallel - random - random-fu - random-extras @@ -97,6 +98,7 @@ executable: - -threaded - -rtsopts - -with-rtsopts=-N + - -O2 tests: test: @@ -106,6 +108,7 @@ tests: - -threaded - -rtsopts - -with-rtsopts=-N + - -O0 dependencies: - xanthous - tasty |