Skip to content

Commit 9927fc6

Browse files
committed
forth: Move example to examples directory
This means our package.yaml no longer presents `containers` to students.
1 parent 2e9b694 commit 9927fc6

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
File renamed without changes.
+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: forth
2+
3+
dependencies:
4+
- base
5+
- text
6+
7+
library:
8+
exposed-modules: Forth
9+
source-dirs: src
10+
dependencies:
11+
- containers
12+
13+
tests:
14+
test:
15+
main: Tests.hs
16+
source-dirs: test
17+
dependencies:
18+
- forth
19+
- hspec

Diff for: exercises/forth/package.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ library:
1010
dependencies:
1111
# - foo # List here the packages you
1212
# - bar # want to use in your solution.
13-
- containers
1413

1514
tests:
1615
test:

0 commit comments

Comments
 (0)