refactor(haskell-build): remove default-setup.hs

Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
Aditya Alok 2022-03-16 01:09:21 +05:30 committed by Henrik Grimler
parent 52d7cc88d2
commit d11d6846e7
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
4 changed files with 3 additions and 3 deletions

View File

@ -1,3 +1,4 @@
# shellcheck shell=bash
termux_step_configure_haskell_build() {
termux_setup_jailbreak_cabal
printf "%s" "Jailbreaking Cabal file..."

View File

@ -1,3 +0,0 @@
import Distribution.Simple
main :: IO ()
main = defaultMain

View File

@ -1,3 +1,4 @@
# shellcheck shell=bash
termux_setup_cabal() {
if [[ "${TERMUX_ON_DEVICE_BUILD}" == "false" ]]; then
local TERMUX_CABAL_VERSION=3.6.2.0

View File

@ -1,3 +1,4 @@
# shellcheck shell=bash
# Utility script to setup jailbreak-cabal script. It is used by haskell build system to remove version
# constraints in cabal files.
termux_setup_jailbreak_cabal() {