fix(configure haskell build): remove `runghc` arg

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-03-11 22:35:50 +05:30 committed by Henrik Grimler
parent a9b411f577
commit 0590811415
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 0 additions and 1 deletions

View File

@ -131,7 +131,6 @@ termux_step_configure_haskell_build() {
--with-pkg-config=$PKG_CONFIG \
--with-happy=$(command -v happy) \
--with-alex=$(command -v alex) \
--with-runghc=$(command -v runghc) \
--extra-include-dirs=$TERMUX_PREFIX/include \
--extra-lib-dirs=$TERMUX_PREFIX/lib \
--disable-tests \