summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
blob: 26b681cee7fae641f23f72b28dbef3ccd22c512d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff -ruN taffybar-1.0.1.orig/src/System/Taffybar.hs taffybar-1.0.1/src/System/Taffybar.hs
--- taffybar-1.0.1.orig/src/System/Taffybar.hs	2018-04-09 17:02:33.000000000 +1100
+++ taffybar-1.0.1/src/System/Taffybar.hs	2018-04-15 20:59:15.297837819 +1100
@@ -298,7 +298,7 @@
   { Dyre.projectName = "taffybar"
   , Dyre.realMain = realMain
   , Dyre.showError = showError
-  , Dyre.ghcOpts = ["-threaded", "-rtsopts"]
+  , Dyre.ghcOpts = ["-threaded", "-rtsopts", "-dynamic"]
   , Dyre.rtsOptsHandling = Dyre.RTSAppend ["-I0", "-V0"]
   }