summaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
2025-08-02make 9.6.7 into default stack.yamlInari Listenmaa
2022-03-05Upgrade to ghc-8.10.7Andreas Källberg
This version has better support for m1 macbooks
2021-07-06set stack.yaml to lts-18.02jacobtan
2021-07-06specify version bounds in gf.cabal2jacobtan
2021-06-22Make stack.yaml a regular file againJohn J. Camilleri
2021-05-03Make stack.yaml an actual symlink to stack-ghc8.6.5.yaml. Add some commented ↵John J. Camilleri
flags in stack files.
2020-09-14Bump default stack.yaml to ghc8.6.5Andreas Källberg
2019-08-28Update Stack files after testing with Stack v2John J. Camilleri
- Also bump up some minor GHC versions (8.4.3 -> 8.4.4, 8.6.2 -> 8.6.5) - Should still work with Stack < v2 (tested in docker/haskell:8.2.2)
2018-12-04Add Stack files for different GHC versionsJohn J. Camilleri
2018-11-07Clean up stack fileJohn J. Camilleri
Removed alex/happy as build-deps, if needed they can be installed with `stack install alex happy`
2018-11-05Add happy and alex as deps in Stack fileJohn J. Camilleri
2018-11-03Add stack file, using image for GHC 8.2.2John J. Camilleri