summaryrefslogtreecommitdiff
path: root/stack-ghc8.6.2.yaml
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-12-04 10:32:26 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-12-04 10:32:26 +0100
commit6ad9bf3dbf3d27d4aa911a570c80ea1ee2dfb454 (patch)
tree41f0101e4b3a796441bebf38bef167144e695921 /stack-ghc8.6.2.yaml
parentee5ac81dfcd8856ca64c6a6aa65c6e47a3214da9 (diff)
Add Stack files for different GHC versions
Diffstat (limited to 'stack-ghc8.6.2.yaml')
-rw-r--r--stack-ghc8.6.2.yaml13
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