refactor(haskell-build): remove default-setup.hs
Signed-off-by: Aditya Alok <dev.aditya.alok@gmail.com>
This commit is contained in:
parent
52d7cc88d2
commit
d11d6846e7
@ -1,3 +1,4 @@
|
||||
# shellcheck shell=bash
|
||||
termux_step_configure_haskell_build() {
|
||||
termux_setup_jailbreak_cabal
|
||||
printf "%s" "Jailbreaking Cabal file..."
|
||||
|
@ -1,3 +0,0 @@
|
||||
import Distribution.Simple
|
||||
main :: IO ()
|
||||
main = defaultMain
|
@ -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
|
||||
|
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user