summaryrefslogtreecommitdiff
path: root/stack.yaml
diff options
context:
space:
mode:
authorkrangelov <kr.angelov@gmail.com>2019-08-30 08:12:52 +0200
committerkrangelov <kr.angelov@gmail.com>2019-08-30 08:12:52 +0200
commit1e8d684f9af9bab29461ace0f015ceb06fdee04e (patch)
tree22c126c70b244d4631987fe09ff911a05ea5d8a5 /stack.yaml
parent72cfc1f48a2cbae9e51102f78868cf6c1efa4550 (diff)
parent724bf6729561254fa1f23a8ccf7fd35baf213fc5 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
Diffstat (limited to 'stack.yaml')
-rw-r--r--stack.yaml15
1 files changed, 5 insertions, 10 deletions
diff --git a/stack.yaml b/stack.yaml
index 5b8546ae4..59e36c4fa 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -1,14 +1,9 @@
-resolver: lts-11.22 # ghc 8.2.2
+# This default stack file is a copy of stack-ghc8.2.2.yaml
+# But committing a symlink is probably a bad idea, so it's a real copy
-packages:
-- . # GF, PGF
-- src/runtime/haskell-bind # PGF2 (requires C runtime to be installed)
+resolver: lts-11.22 # ghc 8.2.2
extra-deps:
-- cgi-3001.3.0.2
+- cgi-3001.3.0.3
- 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
+- exceptions-0.10.2