diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:35:46 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-22 13:35:46 +0200 |
| commit | 5564a2f2448f2f13050ae3ba11bed168411aa486 (patch) | |
| tree | 983100db1036ea94a6b3a372b0393bb5be82e9b2 | |
| parent | cf2eff38015464faa2d6d267eedf023141e51662 (diff) | |
Make stack.yaml a regular file again
| -rw-r--r--[l---------] | stack.yaml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 84f47e45a..69b8c8790 120000..100644 --- a/stack.yaml +++ b/stack.yaml @@ -1 +1,16 @@ -stack-ghc8.6.5.yaml
\ No newline at end of file +# This default stack file is a copy of stack-ghc8.6.5.yaml +# 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 + +# flags: +# gf: +# c-runtime: true +# extra-lib-dirs: +# - /usr/local/lib |
