make threaded
This commit is contained in:
parent
1976a6c4c1
commit
f92949b7f0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue