summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
blob: 6a288454e168f883df1519ae208f60f15c83e302 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ura xmonad-0.13.orig/src/XMonad/Core.hs xmonad-0.13/src/XMonad/Core.hs
--- xmonad-0.13.orig/src/XMonad/Core.hs	2017-06-23 17:13:06.154600231 +0300
+++ xmonad-0.13/src/XMonad/Core.hs	2017-06-23 17:13:51.021867441 +0300
@@ -626,6 +626,7 @@
                           , "-ilib"
                           , "-fforce-recomp"
                           , "-main-is", "main"
+                          , "-dynamic"
                           , "-v0"
                           , "-o", bin
                           ] (Just dir) Nothing Nothing Nothing (Just errHandle)