summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2018-11-03 14:28:31 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2018-11-03 14:28:31 +0100
commit1010b9e49a1a8b376e3e7e8be10dee730a489f0f (patch)
tree6e99adcc1db616dc8abbcf9d138a70fb5ba88997 /stack.yaml
parent777028dcd8b4038d1fd725f8e851f218f78fab14 (diff)
Add stack file, using image for GHC 8.2.2
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml25
1 files changed, 25 insertions, 0 deletions
diff --git a/stack.yaml b/stack.yaml
new file mode 100644
index 000000000..22e10f58a
--- /dev/null
+++ b/stack.yaml
@@ -0,0 +1,25 @@
+resolver: lts-11.22 # ghc 8.2.2
+
+packages:
+- .
+- src/server
+# - src/tools
+- src/runtime/haskell
+# - src/pgf-binary
+- src/runtime/haskell-bind
+
+extra-deps:
+- cgi-3001.3.0.2 # gf, gf-server
+# - fastcgi-3001.0.2.4 # gf-server
+- httpd-shed-0.4.0.3 # gf, gf-server
+- 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
+
+# Override default flag values for local packages and extra-deps
+flags:
+ gf-server:
+ fastcgi: false
+# gf:
+# server: true
+
+# Allow a newer minor version of GHC than the snapshot specifies
+compiler-check: newer-minor