mirror of
https://github.com/rgleichman/glance.git
synced 2024-11-21 19:46:56 +03:00
Add hie.yaml and update Stack to GHC 8.8.3.
This commit is contained in:
parent
b715173710
commit
6f00d11ccb
6
hie.yaml
Normal file
6
hie.yaml
Normal 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"
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user