Skip to content
Snippets Groups Projects
Commit 2e3bf3e9 authored by alice's avatar alice
Browse files

community/cabal: fix build

parent 7684ede0
No related branches found
No related tags found
No related merge requests found
......@@ -54,6 +54,8 @@ prepare() {
}
build() {
# ghc version path
export PATH="$PATH:/usr/lib/llvm14/bin"
HOME="$_cabal_home" cabal v2-update
HOME="$_cabal_home" cabal v2-build all \
--allow-newer \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment