Enable rtsopts to be able to benchmark

This commit is contained in:
Tissevert 2020-04-17 14:58:16 +02:00
parent d4406b6aae
commit f7f22953ea
1 changed files with 1 additions and 1 deletions

View File

@ -27,5 +27,5 @@ executable reveal
, mtl
, Hufflepdf >= 0.2.0
hs-source-dirs: src
ghc-options: -Wall
ghc-options: -Wall -rtsopts
default-language: Haskell2010