Search Criteria
Package Details: stack-static 3.1.1-1
Package Actions
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.000669 |
First Submitted: | 2017-06-30 06:04 (UTC) |
Last Updated: | 2024-07-29 05:58 (UTC) |
Dependencies (5)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gmp (gmp-hgAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- bash-completion (bash-completion-gitAUR) (optional)
- ncurses5-compat-libsAUR (optional) – using older ghc's linking against libtinfo.so.5
Required by (70)
- 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 (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 50 more...
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, 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 versionfosskers 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
1 2 3 4 Next › Last »