Skip to content

Commit c80de28

Browse files
committed
compile with V11
1 parent 1bd093b commit c80de28

File tree

4 files changed

+29
-20
lines changed

4 files changed

+29
-20
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Version 4.0.0
2+
3+
- Upgrade to V11 compiler
4+
- Still using curried mode
5+
- Not using @rescript/core yet
6+
17
## Version 2.0.0
28

39
- Fixed

package-lock.json

Lines changed: 18 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jmagaram/rescript-seq",
3-
"version": "3.0.1",
3+
"version": "4.0.0",
44
"module": "",
55
"description": "Lazy sequences for ReScript.",
66
"keywords": [
@@ -21,7 +21,7 @@
2121
"author": "Justin Magaram",
2222
"license": "ISC",
2323
"dependencies": {
24-
"rescript": "^10.1.4"
24+
"rescript": "^11.0.1"
2525
},
2626
"files": [
2727
"bsconfig.json",

bsconfig.json renamed to rescript.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"suffix": ".bs.js",
14-
"bs-dev-dependencies": [],
14+
"bs-dev-dependencies": ["@rescript/core"],
1515
"gentypeconfig": {
1616
"language": "typescript",
1717
"shims": {},
@@ -21,5 +21,6 @@
2121
"all": false,
2222
"basic": false
2323
}
24-
}
24+
},
25+
"uncurried": false
2526
}

0 commit comments

Comments
 (0)