diff --git a/hie.yaml b/hie.yaml new file mode 100644 index 0000000..ce0b75f --- /dev/null +++ b/hie.yaml @@ -0,0 +1,6 @@ +cradle: + stack: + - path: "./gui/Main.hs" + component: "glance:exe:glance-gui" + - path: "./app/Main.hs" + component: "glance:exe:glance-exe" diff --git a/stack.yaml b/stack.yaml index 3b31f3c..ad6c4a2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -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: