summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
diff options
context:
space:
mode:
authorLeif Warner2018-01-27 12:28:47 -0800
committerLeif Warner2018-01-27 12:28:47 -0800
commit2a448112e3d71b35be4cd18c6f18395ccf5a08ea (patch)
tree9e8ec0b4e737806b8953e3d10693e07187069384 /dynamic-compilation.patch
downloadaur-2a448112e3d71b35be4cd18c6f18395ccf5a08ea.tar.gz
Initial commit v0.4.6
Diffstat (limited to 'dynamic-compilation.patch')
-rw-r--r--dynamic-compilation.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/dynamic-compilation.patch b/dynamic-compilation.patch
new file mode 100644
index 000000000000..db6e37f5e372
--- /dev/null
+++ b/dynamic-compilation.patch
@@ -0,0 +1,13 @@
+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"]
+ }
+