summaryrefslogtreecommitdiff
path: root/stack.yaml
AgeCommit message (Collapse)Author
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