make threaded

This commit is contained in:
Amedeo Molnár 2023-04-20 10:32:51 +02:00
parent 1976a6c4c1
commit f92949b7f0

View file

@ -99,7 +99,7 @@ library
-- , UndecidableInstances -- , UndecidableInstances
hs-source-dirs: src hs-source-dirs: src
default-language: Haskell2010 default-language: Haskell2010
ghc-options: -Wall ghc-options: -threaded -Wall
-- Other library packages from which modules are imported. -- Other library packages from which modules are imported.
build-depends: base >=4.9 && < 5 build-depends: base >=4.9 && < 5
, sdl2 >= 2.5 , sdl2 >= 2.5