Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Marian Buschsieweke
aports
Commits
ca594337
Commit
ca594337
authored
Oct 28, 2021
by
Andy Postnikov
Browse files
community/*: disable dependent on ghc
parent
98e2254a
Changes
3
Hide whitespace changes
Inline
Side-by-side
community/cabal/APKBUILD
View file @
ca594337
...
...
@@ -5,7 +5,7 @@ pkgver=3.2.0.0
pkgrel
=
1
pkgdesc
=
"The Haskell Cabal"
url
=
"https://haskell.org/"
arch
=
"
x86_64"
arch
=
"
"
# Limited by GHC #10902
license
=
"BSD-3-Clause"
depends
=
"gmp zlib"
makedepends
=
"ghc gmp-dev libffi-dev zlib-dev binutils-gold chrpath"
...
...
community/cloudi/APKBUILD
View file @
ca594337
...
...
@@ -111,8 +111,9 @@ esac
# Enable Haskell on the appropriate architectures
case
"
$CTARGET_ARCH
"
in
x86_64
)
makedepends
=
"
$makedepends
ghc cabal zlib-dev"
_configure_args
=
"
$_configure_args
--enable-haskell-support"
# enable via #10902
# makedepends="$makedepends ghc cabal zlib-dev"
# _configure_args="$_configure_args --enable-haskell-support"
;;
esac
...
...
community/shellcheck/APKBUILD
View file @
ca594337
...
...
@@ -4,7 +4,7 @@ pkgver=0.7.2
pkgrel
=
1
pkgdesc
=
"a static analysis tool for shell scripts"
url
=
"https://github.com/koalaman/shellcheck"
arch
=
"
x86_64
"
# Limited by GHC / Cabal
arch
=
""
# Limited by GHC / Cabal
#10902
license
=
"GPL-3.0"
makedepends
=
"cabal bash ghc"
subpackages
=
"
$pkgname
-doc"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment