summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
diff options
context:
space:
mode:
authoranthraxx2023-06-11 12:44:20 +0200
committeranthraxx2023-06-11 12:44:20 +0200
commitcc8f58047270900ee8f57fada38c4ffced9b072e (patch)
tree44d5caa78647b4973eca83a72a0b6b04f2fc93b9 /dynamic-compilation.patch
parent198497f4b3fd30ac19ccaa803d695bb974b421e2 (diff)
downloadaur-xmobar-git.tar.gz
update dependencies for 0.46 with dynamic compilation
Diffstat (limited to 'dynamic-compilation.patch')
-rw-r--r--dynamic-compilation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dynamic-compilation.patch b/dynamic-compilation.patch
new file mode 100644
index 000000000000..e88ef70036ff
--- /dev/null
+++ b/dynamic-compilation.patch
@@ -0,0 +1,11 @@
+--- a/src/Xmobar/App/Compile.hs 2023-02-25 00:52:50.200025709 +0100
++++ b/src/Xmobar/App/Compile.hs 2023-02-25 01:10:05.503624465 +0100
+@@ -161,7 +161,7 @@
+ return (status == ExitSuccess)
+ else return True
+ where opts bin = ["--make" , execName ++ ".hs" , "-i" , "-ilib"
+- , "-fforce-recomp" , "-main-is", "main" , "-v0"]
++ , "-fforce-recomp" , "-main-is", "main" , "-dynamic" , "-v0"]
+ #ifdef THREADED_RUNTIME
+ ++ ["-threaded"]
+ #endif