Search Criteria
Package Details: stack-bin 3.5.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stack-bin.git (read-only, click to copy) |
---|---|
Package Base: | stack-bin |
Description: | The Haskell Tool Stack. Packaged from upstream binary release. |
Upstream URL: | https://github.com/commercialhaskell/stack |
Licenses: | BSD-3-Clause |
Conflicts: | stack, stack-static |
Provides: | stack, stack-static |
Submitter: | dno |
Maintainer: | dno |
Last Packager: | dno |
Votes: | 36 |
Popularity: | 0.85 |
First Submitted: | 2023-10-09 14:02 (UTC) |
Last Updated: | 2025-04-25 13:21 (UTC) |
Dependencies (2)
- gmp (gmp-hgAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
Required by (69)
- brittany (requires stack) (make)
- bruski-git (requires stack) (make)
- carp-git (requires stack) (make)
- check_pacman-git (requires stack) (make)
- commonmark-git (requires stack) (make)
- compleat-git (requires stack) (make)
- cyp-lukasstevens-git (requires stack) (make)
- deadd-notification-center (requires stack) (make)
- deadd-notification-center-git (requires stack) (make)
- dec-git (requires stack) (make)
- dhall-to-cabal (requires stack) (make)
- dino-brick (requires stack) (make)
- doc-browser-git (requires stack) (make)
- echidna (requires stack) (make)
- elm-platform (requires stack-static) (make)
- epub-tools (requires stack) (make)
- etlas-git (requires stack) (make)
- floskell (requires stack) (make)
- ghcide (requires stack) (make)
- ghcup-hs-static-git (requires stack) (make)
- Show 49 more...
Latest Comments
1 2 3 4 Next › Last »
Muflone commented on 2025-04-19 17:55 (UTC)
@simonfxr the stack-static package will be soon deleted and its votes and comments will be merged into stack-bin which has a more proper package name
gesh commented on 2024-08-17 18:36 (UTC)
Given that Stack signs its releases, you may want to add the GPG key to the PKGBUILD:
brisbin33 commented on 2021-01-25 14:02 (UTC)
Oops, sorry about that. I didn't realize another package would do something like that.
Just FYI that
zsh-completion
's_stack
will always be slightly worse than this since it's static, whereasstack --zsh-completion-script
will be generated and so always up to date and correct.If you don't want to handle completions here, that's fine with me. I can run these commands myself in a pacman hook on
stack-static
updates.In case it's helpful, here is my
$FPATH
(trimmed of my own custom locations). Placing_stack
in any of these will get it loaded -- it would just have to be ahead of the locationzsh-completions
is using, if you want it to take precedence:/usr/local/share
could work?simonfxr commented on 2021-01-23 21:19 (UTC)
@brianbuccola, darn, I don't know where to place it either. Some distros have the zsh/vendor-completions directory, but this not done in arch it seems. The best I can do for now is to not write any stack completion script for zsh. I guess you could place your in /usr/local/share, would that be an option?
brianbuccola commented on 2021-01-23 13:21 (UTC)
@simonfxr, @brisbin33, I'm getting this error now, since
zsh-completions
already owns_stack
:I could remove
_stack
first, or--overwrite
it, but I'm wondering if there's a better solution.simonfxr commented on 2021-01-23 10:39 (UTC)
@brisbin33 Good idea! I updated the PKGBUILD.
brisbin33 commented on 2021-01-22 15:37 (UTC)
Would it be possible to get something like:
Added to the post install?
gesh commented on 2020-11-18 12:44 (UTC)
Note https://bugs.archlinux.org/task/68662 -- without version info in
provides
, makepkg will still try to replacestack-static
bystack
if a package has a lower bound on the stack version1 2 3 4 Next › Last »