summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-compilation.patch')
-rw-r--r--dynamic-compilation.patch23
1 files changed, 11 insertions, 12 deletions
diff --git a/dynamic-compilation.patch b/dynamic-compilation.patch
index db6e37f5e372..26b681cee7fa 100644
--- a/dynamic-compilation.patch
+++ b/dynamic-compilation.patch
@@ -1,13 +1,12 @@
-Index: taffybar-0.4.6/src/System/Taffybar.hs
-===================================================================
---- taffybar-0.4.6.orig/src/System/Taffybar.hs
-+++ taffybar-0.4.6/src/System/Taffybar.hs
-@@ -195,7 +195,7 @@ defaultParams :: Dyre.Params TaffybarCon
- defaultParams = Dyre.defaultParams { Dyre.projectName = "taffybar"
- , Dyre.realMain = realMain
- , Dyre.showError = showError
-- , Dyre.ghcOpts = ["-threaded", "-rtsopts"]
-+ , Dyre.ghcOpts = ["-threaded", "-rtsopts", "-dynamic"]
- , Dyre.rtsOptsHandling = Dyre.RTSAppend ["-I0", "-V0"]
- }
+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"]
+ }