CABAL: enable threading and -N

This commit is contained in:
Julian Ospald 2015-12-22 14:16:17 +01:00
parent 2486d83260
commit dd07a31d35
No known key found for this signature in database
GPG Key ID: 220CD1C5BDEED020
1 changed files with 5 additions and 0 deletions

View File

@ -42,6 +42,8 @@ library
Default-Extensions: RecordWildCards
ghc-options:
-O2
-threaded
"-with-rtsopts=-N"
executable hsfm-gtk
main-is: GUI/Gtk.hs
@ -52,6 +54,7 @@ executable hsfm-gtk
GUI.Gtk.Icons
GUI.Gtk.Utils
MyPrelude
build-depends: hsfm,
base >= 4.7,
containers,
@ -74,3 +77,5 @@ executable hsfm-gtk
Default-Extensions: RecordWildCards
ghc-options:
-O2
-threaded
"-with-rtsopts=-N"