From f92949b7f02d062ddae006498887187c6c5bd639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Amedeo=20Moln=C3=A1r?= Date: Thu, 20 Apr 2023 10:32:51 +0200 Subject: [PATCH] make threaded --- affection.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/affection.cabal b/affection.cabal index a8f90b6..72477d9 100644 --- a/affection.cabal +++ b/affection.cabal @@ -99,7 +99,7 @@ library -- , UndecidableInstances hs-source-dirs: src default-language: Haskell2010 - ghc-options: -Wall + ghc-options: -threaded -Wall -- Other library packages from which modules are imported. build-depends: base >=4.9 && < 5 , sdl2 >= 2.5