diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-11-28 14:47:20 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-11-28 14:47:20 +0100 |
| commit | 6352799ccb7d7b9c7d006fd1149b1a977f78e9b3 (patch) | |
| tree | b4db91f52d0c0777be3ff92ca1beb3b8c0bab91c /stack.yaml | |
| parent | b1611eccd82fa28d3a701a87291dc8d83537071e (diff) | |
| parent | a45c735545052501e53ecccfa33d0c3e42cc25fd (diff) | |
Merge branch 'master' into new-website
# Conflicts:
# index.html
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml new file mode 100644 index 000000000..9325b2430 --- /dev/null +++ b/stack.yaml @@ -0,0 +1,16 @@ +resolver: lts-11.22 # ghc 8.2.2 + +packages: +- . # GF, PGF +- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed) + +extra-deps: +# - happy-1.19.9 +# - alex-3.2.4 +- cgi-3001.3.0.2 +- httpd-shed-0.4.0.3 +- time-1.6.0.1 # cgi-3001.3.0.2: time-1.8.0.2 from stack configuration does not match >=1.5 && <1.7 + +flags: + gf: + server: true |
