diff options
-rw-r--r-- | community/ghc/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/PKGBUILD b/community/ghc/PKGBUILD index 3bb526ac..e1aa6b7f 100644 --- a/community/ghc/PKGBUILD +++ b/community/ghc/PKGBUILD @@ -1,6 +1,6 @@ # bootstrapping from binary version (when ghc-static is broken) makedepends=(${makedepends[@]//ghc-static/}) -makedepends_i486+=(ghc90-bin ncurses5-compat-libs libffi33) +makedepends_i486+=(ghc90-bin libffi33) makedepends_i686+=("${makedepends_i486[@]}") makedepends_pentium4=("${makedepends_i686[@]}") eval "$( |