summaryrefslogtreecommitdiff
path: root/community/haskell-hslua/PKGBUILD
blob: 5aa68c34269fa64996647bbd846bb4cc1bcdb358 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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)