Package Details: stack-static 2.15.5-1

Git Clone URL: https://aur.archlinux.org/stack-static.git (read-only, click to copy)
Package Base: stack-static
Description: The Haskell Tool Stack (linked statically)
Upstream URL: https://github.com/commercialhaskell/stack
Licenses: custom:BSD3
Conflicts: haskell-stack, stack, stack-bin
Provides: stack
Replaces: haskell-stack, stack, stack-bin
Submitter: simonfxr
Maintainer: simonfxr
Last Packager: simonfxr
Votes: 33
Popularity: 0.054338
First Submitted: 2017-06-30 06:04 (UTC)
Last Updated: 2024-03-29 09:46 (UTC)

Dependencies (5)

Required by (74)

Sources (2)

Latest Comments

1 2 3 4 Next › Last »

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, whereas stack --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 location zsh-completions is using, if you want it to take precedence:

% echo $FPATH | tr ':' '\n'
/usr/local/share/zsh/site-functions
/usr/share/zsh/site-functions
/usr/share/zsh/functions/Calendar
/usr/share/zsh/functions/Chpwd
/usr/share/zsh/functions/Completion
/usr/share/zsh/functions/Completion/Base
/usr/share/zsh/functions/Completion/Linux
/usr/share/zsh/functions/Completion/Unix
/usr/share/zsh/functions/Completion/X
/usr/share/zsh/functions/Completion/Zsh
/usr/share/zsh/functions/Exceptions
/usr/share/zsh/functions/Math
/usr/share/zsh/functions/MIME
/usr/share/zsh/functions/Misc
/usr/share/zsh/functions/Newuser
/usr/share/zsh/functions/Prompts
/usr/share/zsh/functions/TCP
/usr/share/zsh/functions/VCS_Info
/usr/share/zsh/functions/VCS_Info/Backends
/usr/share/zsh/functions/Zftp
/usr/share/zsh/functions/Zle

/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:

error: failed to commit transaction (conflicting files)
stack-static: /usr/share/zsh/site-functions/_stack exists in filesystem (owned by zsh-completions)
Errors occurred, no packages were upgraded.

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:

stack --bash-completion-script stack > \
  $prefix/share/bash-completion/completions/stack

stack --fish-completion-script stack > \
  $prefix/share/fish/vendor_completions.d/stack.fish

stack --zsh-completion-script stack > \
  $prefix/share/zsh/site-functions/_stack

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 replace stack-static by stack if a package has a lower bound on the stack version

fosskers commented on 2020-05-21 17:12 (UTC)

One important difference is that stack-static requires having a custom PGP signature registered, while this package builds as-is.

drewbarbs commented on 2020-04-15 00:02 (UTC)

For anyone looking for a secondary reference re: the PGP key, the github release page for Stack version v2.3.0.1 indicates that the release has been signed with the key id E17D38358F72BEF7, and Github has verified the signature: https://github.com/commercialhaskell/stack/releases/tag/v2.3.0.1

Denommus commented on 2020-04-14 13:28 (UTC)

If anyone else had trouble finding a keyserver with his gpg key, it's on hkps.pool.sks-keyservers.net