use -threaded to avoid issue with waitForProcess

master
Rachel Lambda Samuelsson 2021-07-04 22:40:55 +02:00
parent 9f0eb0c2bb
commit fb094b9ea9
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ library
, Templates.Error
, YTDL
, Helpers
ghc-options: -Wall -O2
ghc-options: -Wall -O2 -threaded
build-depends: base ^>=4.14.1.0
, scotty
, text
@ -37,7 +37,7 @@ executable viddl
, Templates.Error
, Helpers
, YTDL
ghc-options: -Wall -O2
ghc-options: -Wall -O2 -threaded
build-depends: base ^>=4.14.1.0
, scotty
, text