summarylogtreecommitdiffstats
path: root/dynamic-compilation.patch
diff options
context:
space:
mode:
authorSolomon Choina2020-02-16 13:36:21 -0500
committerSolomon Choina2020-02-16 13:36:21 -0500
commita1f1fbceb7777d672fb7eb0f5dade19d60be2633 (patch)
tree608fdb16c1dda3e3bb399211b4dfcee7e2cc474e /dynamic-compilation.patch
parent42d52b30d972275921dc38b6590a071d18885868 (diff)
downloadaur-a1f1fbceb7777d672fb7eb0f5dade19d60be2633.tar.gz
change to a stack build
Diffstat (limited to 'dynamic-compilation.patch')
-rw-r--r--dynamic-compilation.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/dynamic-compilation.patch b/dynamic-compilation.patch
deleted file mode 100644
index 26b681cee7fa..000000000000
--- a/dynamic-compilation.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -ruN taffybar-1.0.1.orig/src/System/Taffybar.hs taffybar-1.0.1/src/System/Taffybar.hs
---- taffybar-1.0.1.orig/src/System/Taffybar.hs 2018-04-09 17:02:33.000000000 +1100
-+++ taffybar-1.0.1/src/System/Taffybar.hs 2018-04-15 20:59:15.297837819 +1100
-@@ -298,7 +298,7 @@
- { Dyre.projectName = "taffybar"
- , Dyre.realMain = realMain
- , Dyre.showError = showError
-- , Dyre.ghcOpts = ["-threaded", "-rtsopts"]
-+ , Dyre.ghcOpts = ["-threaded", "-rtsopts", "-dynamic"]
- , Dyre.rtsOptsHandling = Dyre.RTSAppend ["-I0", "-V0"]
- }
-