Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/extra/haskell-hslua/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/haskell-hslua/PKGBUILD')
-rw-r--r--extra/haskell-hslua/PKGBUILD15
1 files changed, 15 insertions, 0 deletions
diff --git a/extra/haskell-hslua/PKGBUILD b/extra/haskell-hslua/PKGBUILD
new file mode 100644
index 00000000..5aa68c34
--- /dev/null
+++ b/extra/haskell-hslua/PKGBUILD
@@ -0,0 +1,15 @@
+# See https://github.com/jgm/pandoc/issues/4224 and
+# https://github.com/jgm/pandoc/issues/3805
+
+eval "$(
+ declare -f build | \
+ sed '
+ s| -f-lua_32bits| -flua_32bits|
+ '
+)"
+
+# temporarily against:
+# "Setup: Encountered missing or private dependencies:
+# exceptions >=0.8 && <0.11
+makedepends+=(haskell-exceptions)
+