Skip to content

Commit 5fca947

Browse files
authored
Merge pull request #167 from OpenBrickProtocolFoundation/add-wrapper
Add Haskell wrapper
2 parents 6c3e365 + b72f3fa commit 5fca947

File tree

5 files changed

+9
-5
lines changed

5 files changed

+9
-5
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,6 @@
44
[submodule "wrapper/c"]
55
path = wrapper/c
66
url = https://github.com/Totto16/oopetris_wrapper_c.git
7+
[submodule "wrapper/haskell"]
8+
path = wrapper/haskell
9+
url = https://github.com/Totto16/oopetris_wrapper_haskell.git

wrapper/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ Planned:
1515

1616

1717
Current:
18-
- Node.js
19-
- C
18+
- Node.js (C++ binding)
19+
- C (C++ binding)
20+
- Haskell (C binding)
2021

2122
Planned:
2223
- Python
2324
- Lua
2425
- Java
25-
- Haskell
2626

2727
## Other
2828

wrapper/haskell

Submodule haskell added at 619cd0d

wrapper/javascript

0 commit comments

Comments
 (0)