No description
Find a file
Benno Fünfstück 15313790c4 nix: fix generation of compiler attribute
We only want to filter the version, not the whole name. Otherwise, we end
up with things like "haskellpackagesghc7103" which is of course nonsense.

Also, when the stack.yaml file only specifes a major ghc version (like 7.10), we
need to supply a minor version so that we can look up the correct compiler in
nixpkgs.
2016-05-10 17:54:45 +02:00
doc Merge branch 'stable' 2016-04-23 10:11:24 -07:00
etc Merge branch 'stable' 2016-04-23 10:11:24 -07:00
src nix: fix generation of compiler attribute 2016-05-10 17:54:45 +02:00
test Error for local pkg target with explicit version 2016-04-14 13:45:41 -07:00
.dockerignore Add code to create signed debian packages & host them on s3 2015-06-01 15:10:28 -10:00
.gitignore add dir-locals.el to ignore list 2016-03-30 20:29:49 -07:00
.travis-setup.sh Resolve #1736: Retry fetching stack thrice 2016-02-04 10:37:40 +02:00
.travis.yml Support building stack with GHC 8.0 2016-04-27 23:12:01 -07:00
appveyor.yml Undo a change that broke appveyor 2016-04-14 15:22:07 -07:00
ChangeLog.md Add Changelog entry for #1794 2016-04-21 23:27:05 -07:00
CONTRIBUTING.md Update ChangeLog for 1.0.4 2016-02-19 10:05:24 -08:00
dot-dir-locals.el Move .dir-locals.el to dot-dir-locals.el 2015-08-10 14:16:15 +02:00
LICENSE Bump copyright years 2016-01-04 04:59:41 -08:00
mkdocs.yml mkdocs.yml: reorder pages 2016-02-20 06:11:57 -08:00
README.md Doc updates for readthedocs.org 2015-11-23 18:48:06 -08:00
Setup.hs First commit 2015-04-29 21:47:45 +02:00
stack-7.8.yaml docker tweaks 2016-04-27 16:24:45 -07:00
stack-8.0.yaml Switch monad-unlift to extra-dep in ghc 8 config 2016-04-27 23:23:33 -07:00
stack.cabal Remove unused (uuid) and only transitively used (tls) dependencies 2016-04-27 13:26:31 +02:00
stack.yaml docker tweaks 2016-04-27 16:24:45 -07: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.