Skip to content

Commit

Permalink
Use -fhide-source-paths for nicer builds of Stack itself
Browse files Browse the repository at this point in the history
  • Loading branch information
snoyberg committed Jul 4, 2018
1 parent 55a32d4 commit a966b81
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions stack-nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ extra-deps:
- project-template-0.2.0.1
- regex-applicative-text-0.1.0.1
- unicode-transforms-0.3.4

ghc-options:
"$locals": -fhide-source-paths
3 changes: 3 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,6 @@ extra-deps:

# Not present until resolver lts-11.9
- ansi-terminal-0.8.0.4

ghc-options:
"$locals": -fhide-source-paths

0 comments on commit a966b81

Please sign in to comment.