summaryrefslogtreecommitdiff
path: root/community/ghc/PKGBUILD
blob: e1aa6b7ffab8de4eae447fdead08289f80caf2d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
# bootstrapping from binary version (when ghc-static is broken)
makedepends=(${makedepends[@]//ghc-static/})
makedepends_i486+=(ghc90-bin libffi33)
makedepends_i686+=("${makedepends_i486[@]}")
makedepends_pentium4=("${makedepends_i686[@]}")
eval "$(
  declare -f build | \
    sed '
      s|./configure|GHC=/usr/bin/ghc-9.0 ./configure|
    '
)"