Skip to content

Commit 5d76827

Browse files
jrp2014Adam Wespiser
authored and
Adam Wespiser
committed
add cabal handling options to README,md
1 parent 6a2e28c commit 5d76827

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,4 @@ TAGS
6161
output/*
6262
*.hi
6363
*.o
64-
scheme.cabal
6564
stack.yaml.lock

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,18 @@ Shortcut build:
88
```bash
99
$ ./build
1010
```
11+
for building with `stack` or
12+
```bash
13+
$ ./build-cabal
14+
```
15+
for building with `cabal`
1116

1217
Shortcut repl:
1318

1419
```bash
1520
$ ./repl
1621
```
22+
or use `./repl-cabal`
1723

1824
Shortcut run binary executable
1925

@@ -22,6 +28,7 @@ $ ./run -r # Interactive shell
2228
$ ./run -s test/let.scheme # Run file
2329
$ ./run --help
2430
```
31+
or use `run-cabal`.
2532

2633
Building the reference implementation.
2734

@@ -45,6 +52,7 @@ Building the HTML and MediaWiki files for the tutorial text.
4552
```bash
4653
$ stack exec docs
4754
```
55+
(or substitute `cabal` for `stack` in each case).
4856

4957
The Wikipedia files are generated to ``output/docs/*.wiki``. To view the HTML
5058
output.

0 commit comments

Comments
 (0)