diff options
| author | 2jacobtan <jacob.tan.en@gmail.com> | 2021-07-06 05:00:18 +0800 |
|---|---|---|
| committer | 2jacobtan <jacob.tan.en@gmail.com> | 2021-07-06 05:08:00 +0800 |
| commit | 12c564f97c13d644590b86c8e26b80d962bd1773 (patch) | |
| tree | 276a6fb7e29d792d99febfc62fff30cac9eb9402 /stack.yaml | |
| parent | 09d772046e78f9bab6c8c75035b812985d18d0f7 (diff) | |
specify version bounds in gf.cabal
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/stack.yaml b/stack.yaml index 69b8c8790..cfb0330a0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,16 +1,3 @@ -# 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 +resolver: lts-9.21 # ghc 8.0.2 -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 |
