update resolver and hie setup

This commit is contained in:
Lucy Cifferello
2020-06-22 15:46:31 -06:00
parent fb91c62fff
commit 4aefc09547
4 changed files with 13 additions and 2 deletions

1
.gitignore vendored
View File

@@ -27,5 +27,4 @@ stack.yaml.lock
agent_*
agent.*
version
hie.yaml
**/*.s9pk

View File

@@ -37,6 +37,10 @@ As your code changes, your site will be automatically recompiled and redeployed
- Follow github instructions to install for specific GHC version ie. `stack ./install.hs hie`
- Install VSCode Haskell Language Server Extension
To create `hie.yaml` if it does not exist:
- gather executables by running `stack ide targets`
- see [here](https://github.com/haskell/haskell-ide-engine#project-configuration) for file setup details
## Tests
```

8
hie.yaml Normal file
View File

@@ -0,0 +1,8 @@
cradle:
stack:
- path: "./"
component: "start9-registry:lib"
- path: "./app"
component: "start9-registry:exe:start9-registry"
- path: "./test"
component: "start9-registry:test:start9-registry-test"

View File

@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: lts-13.19
resolver: lts-13.30
# User packages to be built.
# Various formats can be used as shown in the example below.