fix(shellcheck): strip tests and template haskell

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-03-13 01:05:03 +05:30 committed by Henrik Grimler
parent 2f39cc870d
commit 6229fef360
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 4 additions and 0 deletions

View File

@ -8,3 +8,7 @@ TERMUX_PKG_SHA256="62080e8a59174b12ecd2d753af3e6b9fed977e6f5f7301cde027a54aee555
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="ghc-libs, haskell-regex-tdfa, haskell-diff, haskell-quickcheck, haskell-aeson"
TERMUX_PKG_IS_HASKELL_LIB=false
termux_step_pre_configure() {
./striptests
}