diff options
Diffstat (limited to 'stack-ghc8.6.2.yaml')
| -rw-r--r-- | stack-ghc8.6.2.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stack-ghc8.6.2.yaml b/stack-ghc8.6.2.yaml new file mode 100644 index 000000000..12eebe0d9 --- /dev/null +++ b/stack-ghc8.6.2.yaml @@ -0,0 +1,13 @@ +resolver: nightly-2018-12-04 # ghc 8.6.2 + +packages: +- . # GF, PGF +- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed) + +extra-deps: +- json-0.9.2 +- network-2.6.3.6 + +flags: + gf: + server: true |
