wasp/waspc/stack.yaml
Phil de Joux ace42b360e
Get set up to run stan for static analysis (#364)
* fix: Get set up to run stan with its default setup.

Show how to install stan with stack.

* Use the same resolver by way of a snapshot.
2021-11-16 17:22:30 +01:00

13 lines
425 B
YAML

resolver: ./stack-snapshot.yaml
packages:
- .
extra-deps:
- strong-path-1.1.0.0
- path-0.9.0
- path-io-1.6.3
# (Martin): I added this per instructions from haskell-language-server, in order to
# enable type information and documentation on hover for dependencies.
# This will cause compilation errors if a dependency contains invalid Haddock markup for older versions of GHC.
ghc-options:
"$everything": -haddock