diff options
-rw-r--r-- | community/ghc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/ghc/APKBUILD b/community/ghc/APKBUILD index 5c3b5da68e..885aee27d8 100644 --- a/community/ghc/APKBUILD +++ b/community/ghc/APKBUILD @@ -23,7 +23,7 @@ license="BSD-3-Clause" # # Ref: https://ghc.haskell.org/trac/ghc/wiki/Status/GHC-8.0.1 # https://ghc.haskell.org/trac/ghc/wiki/ImprovedLLVMBackend -depends="gmp-dev perl gcc>=6.2.1 llvm$_llvmver libffi-dev" +depends="gmp-dev perl gcc>=6.2.1 llvm$_llvmver libffi-dev libffi3.2" # ghc is self-hosted, so we need ghc to build ghc. ghc-bootstrap is provided by # this aport (see below). makedepends_build="$pkgname-bootstrap |