Skip to content

Commit abded94

Browse files
Use fixed Char enums version (#163)
* Use fixed Char enums version * Add changelog entry
1 parent 4bc6954 commit abded94

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Breaking changes:
99
New features:
1010

1111
Bugfixes:
12+
- Fix `Char`'s `toEnum` implementation (#163 by @JordanMartinez)
1213

1314
Other improvements:
1415

bower.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"purescript-arrays": "^7.0.0",
2020
"purescript-control": "^6.0.0",
2121
"purescript-either": "^6.0.0",
22-
"purescript-enums": "^6.0.0",
22+
"purescript-enums": "^6.0.1",
2323
"purescript-foldable-traversable": "^6.0.0",
2424
"purescript-gen": "^4.0.0",
2525
"purescript-integers": "^6.0.0",

0 commit comments

Comments
 (0)