No description
Find a file
Simon Jakobi 2c2e15ae63 Add 'allow-different-user' flag and configuration option #471
Users other than the owner of the ~/.stack directory are now prevented
from using a stack installation in order to avoid problems with file
permissions. To disable this precaution users can pass the
--allow-different-user flag or use the 'allow-different-user'
configuration option in their ~/.stack/config.yaml.

On Windows, the new flag and configuration options have no effect.
2016-02-03 23:30:48 +01:00
doc Add 'allow-different-user' flag and configuration option #471 2016-02-03 23:30:48 +01:00
etc Arch Linux: no longer release AUR package 2016-01-17 06:02:31 -08:00
src Add 'allow-different-user' flag and configuration option #471 2016-02-03 23:30:48 +01:00
test Bump to LTS 4.0 2016-01-06 09:02:35 -08:00
.dockerignore
.gitignore
.travis-setup.sh
.travis.yml In Travis CI, use stack for checking haddocks 2016-01-08 14:15:45 -08:00
appveyor.yml
ChangeLog.md Changelog: fix formatting 2016-01-30 12:46:56 -08:00
CONTRIBUTING.md Update CONTRIBUTING and MAINTAINER_GUIDE 2016-01-17 07:43:13 -08:00
dot-dir-locals.el
GUIDE.md Update GUIDE.md 2015-12-04 11:45:49 -08:00
LICENSE
README.md
Setup.hs
stack-7.8.yaml Remove ‘Path.IO’, switch to ‘path-io’ package 2016-01-31 23:32:51 +06:00
stack.cabal Remove ‘Path.IO’, switch to ‘path-io’ package 2016-01-31 23:32:51 +06:00
stack.yaml Remove ‘Path.IO’, switch to ‘path-io’ package 2016-01-31 23:32:51 +06:00

The Haskell Tool Stack

Build Status Windows build status Release

stack is a cross-platform program for developing Haskell projects. It is aimed at Haskellers both new and experienced.

See haskellstack.org or the doc directory for more information.