summaryrefslogtreecommitdiff
path: root/skip/ghc
diff options
context:
space:
mode:
authordavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
committerdavidovski <david@davidovski.xyz>2022-11-04 02:29:27 +0000
commit63add57ef96f10f464fc1bf7c821d2281b39edeb (patch)
treedf6ff34494316e6e23d206dd81367f0a5a3ead73 /skip/ghc
parent9cc8533c28967439cf57e6d4d0cac95d53b5ac67 (diff)
Using toybox instead of sbase for posix
Diffstat (limited to 'skip/ghc')
-rw-r--r--skip/ghc/ghc.xibuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/skip/ghc/ghc.xibuild b/skip/ghc/ghc.xibuild
index ecd9adf..3ada515 100644
--- a/skip/ghc/ghc.xibuild
+++ b/skip/ghc/ghc.xibuild
@@ -4,7 +4,7 @@ NAME="ghc"
DESC="The Glasgow Haskell Compiler"
MAKEDEPS="make "
-DEPS="sbase gcc gmp libffi llvm musl ncurses perl "
+DEPS="toybox gcc gmp libffi llvm musl ncurses perl "
PKG_VER=9.0.1
SOURCE="https://downloads.haskell.org/~ghc/$PKG_VER/ghc-$PKG_VER-src.tar.xz"