doesnt work

This commit is contained in:
Jon Doe
2020-09-21 22:51:27 +02:00
committed by Maciej Bonin
parent 01a0246a4a
commit acb4abe9ac
2 changed files with 44 additions and 15 deletions

View File

@ -31,6 +31,7 @@ library
-O2
-threaded
-with-rtsopts=-N
-g
executable GypsFulvus
default-language: Haskell2010
@ -47,6 +48,7 @@ executable GypsFulvus
-O2
-threaded
-with-rtsopts=-N
-g
hs-source-dirs: src
other-modules: GypsFulvus, GypsFulvus.PluginStuff
main-is: Main.hs