We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bc6954 commit abded94Copy full SHA for abded94
CHANGELOG.md
@@ -9,6 +9,7 @@ Breaking changes:
9
New features:
10
11
Bugfixes:
12
+- Fix `Char`'s `toEnum` implementation (#163 by @JordanMartinez)
13
14
Other improvements:
15
bower.json
@@ -19,7 +19,7 @@
19
"purescript-arrays": "^7.0.0",
20
"purescript-control": "^6.0.0",
21
"purescript-either": "^6.0.0",
22
- "purescript-enums": "^6.0.0",
+ "purescript-enums": "^6.0.1",
23
"purescript-foldable-traversable": "^6.0.0",
24
"purescript-gen": "^4.0.0",
25
"purescript-integers": "^6.0.0",
0 commit comments