2021-11-16 19:22:30 +03:00
|
|
|
resolver: ./stack-snapshot.yaml
|
2019-02-17 16:04:24 +03:00
|
|
|
packages:
|
|
|
|
- .
|
2021-07-03 12:00:01 +03:00
|
|
|
extra-deps:
|
2022-01-20 13:45:14 +03:00
|
|
|
- strong-path-1.1.2.0
|
|
|
|
- path-0.9.2
|
2021-07-03 12:00:01 +03:00
|
|
|
- path-io-1.6.3
|
2021-04-28 16:07:32 +03:00
|
|
|
# (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
|