summarylogtreecommitdiffstats
path: root/compile-dynamically.patch
blob: 9e6a4ddbff06354bbc3b15ce3e905d4545d13e3b (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -ura blucontrol.orig/src/Blucontrol/Main/CLI.hs blucontrol/src/Blucontrol/Main/CLI.hs
--- blucontrol.orig/src/Blucontrol/Main/CLI.hs	2020-08-02 01:26:50.529886479 +0200
+++ blucontrol/src/Blucontrol/Main/CLI.hs	2020-08-02 01:39:45.761627593 +0200
@@ -79,6 +79,7 @@
     runProcess "ghc" [ "--make"
                      , configLeafname
                      , "-main-is", "main"
+                     , "-dynamic"
                      , "-v0"
                      , "-o", cacheDir </> compiledConfigLeafname
                      ] (Just configDir) Nothing Nothing Nothing Nothing