diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-05 09:59:06 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-05 09:59:06 +0100 |
| commit | 4958aab518a46fa294b861a5ff61d1fdafb72793 (patch) | |
| tree | bef999f85ae164e1209943e8950d0ef8b6d686aa /stack.yaml | |
| parent | 0b4d9cbea15448e22642c55d6cf2f0bfd022e511 (diff) | |
Add happy and alex as deps in Stack file
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml index 22e10f58a..743273a19 100644 --- a/stack.yaml +++ b/stack.yaml @@ -9,6 +9,8 @@ packages: - src/runtime/haskell-bind extra-deps: +- happy-1.19.9 +- alex-3.2.4 - cgi-3001.3.0.2 # gf, gf-server # - fastcgi-3001.0.2.4 # gf-server - httpd-shed-0.4.0.3 # gf, gf-server |
