diff options
| author | John J. Camilleri <john@johnjcamilleri.com> | 2021-06-22 13:37:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-22 13:37:13 +0200 |
| commit | 82061433281c60c669c6fccd38c7b9c23a6e6088 (patch) | |
| tree | 983100db1036ea94a6b3a372b0393bb5be82e9b2 /stack.yaml | |
| parent | 5a53a3824730d42d148fa840f6c821786dfa7c53 (diff) | |
| parent | 5564a2f2448f2f13050ae3ba11bed168411aa486 (diff) | |
Merge pull request #106 from GrammaticalFramework/stack-yaml-symlink
In the end, just some minor additions to Stack files. See discussion for more.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/stack.yaml b/stack.yaml index f5d21085c..69b8c8790 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,9 +1,16 @@ # This default stack file is a copy of stack-ghc8.6.5.yaml -# But committing a symlink is probably a bad idea, so it's a real copy +# But committing a symlink can be problematic on Windows, so it's a real copy. +# See: https://github.com/GrammaticalFramework/gf-core/pull/106 resolver: lts-14.27 # ghc 8.6.5 extra-deps: - network-2.6.3.6 - httpd-shed-0.4.0.3 -- cgi-3001.5.0.0
\ No newline at end of file +- cgi-3001.5.0.0 + +# flags: +# gf: +# c-runtime: true +# extra-lib-dirs: +# - /usr/local/lib |
