From dd07a31d3561dafcb0b30088f31d0b4df1c71dc8 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Tue, 22 Dec 2015 14:16:17 +0100 Subject: [PATCH] CABAL: enable threading and -N --- hsfm.cabal | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hsfm.cabal b/hsfm.cabal index 75cab01..27e0970 100644 --- a/hsfm.cabal +++ b/hsfm.cabal @@ -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"