upgpkg: ufw 0.36.2-1
[ArchLinux/community.git] / xmobar / trunk / dynamic-compilation.patch
blobe88ef70036ff26d9d29dad3a9b23eace33db2233
1 --- a/src/Xmobar/App/Compile.hs 2023-02-25 00:52:50.200025709 +0100
2 +++ b/src/Xmobar/App/Compile.hs 2023-02-25 01:10:05.503624465 +0100
3 @@ -161,7 +161,7 @@
4 return (status == ExitSuccess)
5 else return True
6 where opts bin = ["--make" , execName ++ ".hs" , "-i" , "-ilib"
7 - , "-fforce-recomp" , "-main-is", "main" , "-v0"]
8 + , "-fforce-recomp" , "-main-is", "main" , "-dynamic" , "-v0"]
9 #ifdef THREADED_RUNTIME
10 ++ ["-threaded"]
11 #endif