Package Details: stack-bin 3.5.1-1

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.83
First Submitted: 2023-10-09 14:02 (UTC)
Last Updated: 2025-04-25 13:21 (UTC)

Dependencies (2)

Required by (69)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

jimenezrick commented on 2017-12-20 16:52 (UTC) (edited on 2017-12-20 16:52 (UTC) by jimenezrick)

Works great but you'll need to add to ~/.stack/config.yaml:

ghc-build: tinfo6

See: https://github.com/commercialhaskell/stack/issues/3630#issuecomment-352955959

nightuser commented on 2017-11-11 10:28 (UTC)

@szabba Do `gpg --recv 575159689BEFB442`

szabba commented on 2017-11-05 15:12 (UTC)

@simonfxr I tried doing that, but it seems to me gpg failed o find the key: gpg --search-keys 575159689BEFB442 gpg: data source: https://193.224.163.43:443 (1) FPComplete <dev@fpcomplete.com> 2048 bit RSA key 575159689BEFB442, created: 2015-06-02 Keys 1-1 of 1 for "575159689BEFB442". Enter number(s), N)ext, or Q)uit > 1 key 575159689BEFB442: 3 signatures not checked due to missing keys gpg: key 575159689BEFB442: "FPComplete <dev@fpcomplete.com>" not changed gpg: Total number processed: 1 gpg: unchanged: 1

simonfxr commented on 2017-09-23 13:04 (UTC)

@psychoteadrink You have to first import the gpg key into your keyring: gpg --search-keys 575159689BEFB442 then it should work :-)

psychoteadrink commented on 2017-09-23 12:47 (UTC)

I'm getting the following error when attempting to install: ==> Validating source files with sha256sums... stack.bash ... Passed stack-1.5.1-linux-x86_64-static.tar.gz ... Passed stack-1.5.1-linux-x86_64-static.tar.gz.asc ... Passed ==> Verifying source file signatures with gpg... stack-1.5.1-linux-x86_64-static.tar.gz ... FAILED (unknown public key 575159689BEFB442) ==> ERROR: One or more PGP signatures could not be verified! :: failed to verify stack-static integrity

simonfxr commented on 2017-07-29 11:22 (UTC)

@brisbin33 You are right, the ghc fetched by stack needs libtinfo.so.5. Thank you!

brisbin33 commented on 2017-07-24 21:54 (UTC)

I think this might be missing a ncurses5-compat-libs dependency, to avoid this Issue: https://github.com/commercialhaskell/stack/issues/3268