Add hie.yaml and update Stack to GHC 8.8.3.

This commit is contained in:
Robbie Gleichman 2020-08-23 14:10:55 -07:00
parent b715173710
commit 6f00d11ccb
2 changed files with 7 additions and 1 deletions

6
hie.yaml Normal file
View File

@ -0,0 +1,6 @@
cradle:
stack:
- path: "./gui/Main.hs"
component: "glance:exe:glance-gui"
- path: "./app/Main.hs"
component: "glance:exe:glance-exe"

View File

@ -1,7 +1,7 @@
# For more information, see: https://github.com/commercialhaskell/stack/blob/release/doc/yaml_configuration.md
# Specifies the GHC version and set of packages available (e.g., lts-3.5, nightly-2015-09-21, ghc-7.10.2)
resolver: lts-15.13
resolver: lts-16.10
# Local packages, usually specified by relative directory name
packages: