diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2018-12-04 10:32:26 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2018-12-04 10:32:26 +0100 |
| commit | 6ad9bf3dbf3d27d4aa911a570c80ea1ee2dfb454 (patch) | |
| tree | 41f0101e4b3a796441bebf38bef167144e695921 /stack-ghc8.2.2.yaml | |
| parent | ee5ac81dfcd8856ca64c6a6aa65c6e47a3214da9 (diff) | |
Add Stack files for different GHC versions
Diffstat (limited to 'stack-ghc8.2.2.yaml')
| -rw-r--r-- | stack-ghc8.2.2.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/stack-ghc8.2.2.yaml b/stack-ghc8.2.2.yaml new file mode 100644 index 000000000..5b8546ae4 --- /dev/null +++ b/stack-ghc8.2.2.yaml @@ -0,0 +1,14 @@ +resolver: lts-11.22 # ghc 8.2.2 + +packages: +- . # GF, PGF +- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed) + +extra-deps: +- 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 |
