Skip to content

Commit b42b0ca

Browse files
committed
add command to install GF with -cshell (commented out)
1 parent 3ecb75d commit b42b0ca

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

stack-ghc9.6.7.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
resolver: ghc-9.6.7
22

3+
## To install GF with C-runtime support, comment out the following lines:
4+
5+
# flags:
6+
# gf:
7+
# c-runtime: true
8+
# extra-lib-dirs:
9+
# - /usr/local/lib
10+
11+
12+
## Need exact versions of libraries, to ensure predictable build
13+
314
extra-deps:
415
- multipart-0.2.1@sha256:559c04eed5218a9673e9fb6a225287fee1aeb38a45a0caf91a2598967bd75659,1150
516
- cgi-3001.5.1.0@sha256:408e1f96ac6134965484c891b5fae35c7303fa841b09ce5baea52ddb078eef6b,3442

stack.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
# See: https://github.com/GrammaticalFramework/gf-core/pull/106
44
resolver: ghc-9.6.7
55

6+
## To install GF with C-runtime support, comment out the following lines:
7+
8+
# flags:
9+
# gf:
10+
# c-runtime: true
11+
# extra-lib-dirs:
12+
# - /usr/local/lib
13+
14+
15+
## Need exact versions of libraries, to ensure predictable build
16+
617
extra-deps:
718
- multipart-0.2.1@sha256:559c04eed5218a9673e9fb6a225287fee1aeb38a45a0caf91a2598967bd75659,1150
819
- cgi-3001.5.1.0@sha256:408e1f96ac6134965484c891b5fae35c7303fa841b09ce5baea52ddb078eef6b,3442

0 commit comments

Comments
 (0)