summaryrefslogtreecommitdiff
path: root/stack-ghc7.10.3.yaml
AgeCommit message (Collapse)Author
2021-06-22Merge branch 'master' into stack-yaml-symlinkJohn J. Camilleri
2021-06-16Fix "canonicalizePath: does not exist" issue on ghc-7.10Andreas Källberg
This caused failures in the test suite Only fixes it for stack builds. We should probably add constraints to the cabal file as well
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-09Import orphan instances of MonadFail for ghc<8Andreas Källberg
Also upgrade alex/happy so automatic install works
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