Minor refactoring
This commit is contained in:
parent
865b69e799
commit
5c6b39a44e
7 changed files with 55 additions and 20 deletions
|
@ -14,8 +14,9 @@
|
|||
# Use the latest resolver that uses the same ghc version
|
||||
# as build for nixos
|
||||
# this way we can use prebuild binaries for hls
|
||||
resolver: nightly-2022-11-12
|
||||
#resolver: nightly-2022-11-12
|
||||
#resolver: ghc-9.2.4
|
||||
resolver: lts-20.16
|
||||
#
|
||||
# The location of a snapshot can be provided as a file or url. Stack assumes
|
||||
# a snapshot provided as a file might change, whereas a url resource does not.
|
||||
|
@ -70,3 +71,7 @@ packages:
|
|||
#
|
||||
# Allow a newer minor version of GHC than the snapshot specifies
|
||||
# compiler-check: newer-minor
|
||||
ghc-options:
|
||||
"$everything": -haddock
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue