Search Criteria
Package Details: stack-static 2.5.1-4
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: | |
Conflicts: | |
Provides: | |
Replaces: | |
Submitter: | simonfxr |
Maintainer: | simonfxr |
Last Packager: | simonfxr |
Votes: | 32 |
Popularity: | 0.88 |
First Submitted: | 2017-06-30 06:04 |
Last Updated: | 2021-01-23 21:14 |
Dependencies (5)
- gcc-libs (gcc-libs-multilib-x32, fastgcc, gcc-libs-multilib-git, gcc-libs-git)
- gmp (gmp-hg, scipoptsuite, scipoptsuite-bin)
- zlib (zlib-static, zlib-git, zlib-asm, minizip-asm, zlib-ng-git)
- bash-completion (bash-completion-git) (optional)
- ncurses5-compat-libs (optional) – using older ghc's linking against libtinfo.so.5
Required by (63)
- aura (requires stack) (make)
- aura-git (requires stack) (make)
- brittany (requires stack) (make)
- bruski-git (requires stack) (make)
- buchhaltung-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)
- dhall-to-cabal (requires stack) (make)
- dino-brick (requires stack) (make)
- doc-browser-git (requires stack) (make)
- elm-platform (make)
- etlas-git (requires stack) (make)
- floskell (requires stack) (make)
- futhark-git (requires stack) (make)
- ghcide (requires stack) (make)
- git-brunch (requires stack) (make)
- hadolint (requires stack) (make)
- hadolint-git (requires stack) (make)
- hascard (requires stack) (make)
- haskell-commonmark-git (requires stack) (make)
- haskell-ide-engine (requires stack) (make)
- haskell-ide-engine-git (requires stack) (make)
- haskell-language-server-git (requires stack) (make)
- haskell-stack-git (requires stack) (make)
- haskell-weeder (requires stack) (make)
- headroom (requires stack) (make)
- hledger-git (requires stack) (make)
- hlint-static-git (requires stack) (make)
- hython (requires stack)
- i3hloc-git (requires stack) (make)
- ihaskell-git (requires stack)
- kit-git (requires stack) (make)
- kmonad-git (requires stack) (make)
- lazy-git (requires stack) (make)
- list-all-systemd-timers-git (requires stack) (make)
- matrix-bot-haskell-git (requires stack) (make)
- msi-keyboard-light (requires stack) (make)
- nikki (requires stack) (make)
- ormolu (requires stack) (make)
- pakcs (requires stack) (make)
- pandoc-sidenote (requires stack) (make)
- pandoc-sile-git (requires stack) (make)
- plam (requires stack) (make)
- pp-git (requires stack) (make)
- propellor (requires stack)
- psc-package-git (requires stack) (make)
- pscpp-git (requires stack) (make)
- psgo-git (requires stack) (make)
- purescript (requires stack) (make)
- saw-script-git (requires stack) (make)
- siv-git (requires stack) (make)
- snake-terminal-git (requires stack) (make)
- taffybar (requires stack) (make)
- tetris-terminal-git (requires stack) (make)
- trinnity-optimizer-git (requires stack) (make)
- workcraft (requires stack) (optional)
- workcraft-git (requires stack) (optional)
- xest-window-manager-git (requires stack) (make)
Latest Comments
1 2 3 4 Next › Last »
brisbin33 commented on 2021-01-25 14:02
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
@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
@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
@brisbin33 Good idea! I updated the PKGBUILD.
brisbin33 commented on 2021-01-22 15:37
Would it be possible to get something like:
Added to the post install?
gesh commented on 2020-11-18 12:44
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 versionfosskers commented on 2020-05-21 17:12
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
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
If anyone else had trouble finding a keyserver with his gpg key, it's on hkps.pool.sks-keyservers.net
Rufflewind commented on 2020-03-01 19:03
That seems to be the core difference.
Given that stack-static actually has a smaller binary than stack-bin I'm not sure there's any reason to favor this package over stack-static on x86_64.