Skip to content

Commit

Permalink
Add ghc-option to build pdeprelude with haddock.
Browse files Browse the repository at this point in the history
Also, remove the option from pdeprelude because it's not necessary there
  • Loading branch information
JuanFdS committed Mar 27, 2021
1 parent 786ec97 commit a521e54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ resolver: lts-15.3
packages:
- .

ghc-options:
"$everything": -haddock

# Dependency packages to be pulled from upstream that are not in the resolver
# using the same syntax as the packages field.
# (e.g., acme-missiles-0.3)
Expand Down
3 changes: 3 additions & 0 deletions the-template/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resolver: lts-15.3
packages:
- .

ghc-options:
pdeprelude: -haddock

extra-deps:
# UNCOMMENT ME - git: https://github.com/10Pines/pdepreludat.git
# UNCOMMENT ME commit: REPLACE WITH CURRENT COMMIT
Expand Down

0 comments on commit a521e54

Please sign in to comment.