mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
13 lines
425 B
YAML
13 lines
425 B
YAML
resolver: ./stack-snapshot.yaml
|
|
packages:
|
|
- .
|
|
extra-deps:
|
|
- strong-path-1.1.2.0
|
|
- path-0.9.2
|
|
- 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
|