-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add "toULID" function (or similar) #2
Comments
This seems currently impossible to polyfill as |
Let's see if I can transfer ownership of this repo to you, or fork. I'll delete the repoOn Jul 8, 2018 9:33 AM, Adrian Sieber <[email protected]> wrote:This seems currently impossible to polyfill as Data.ULID.Random does not export the ULIDRandom data constructor 😭. Can you maybe do a quick fix to export it, so that I can implement it in user space?
Are you even still maintaining this project, or do I have to fork it?
—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or mute the thread.
|
Ok, yeah, transferring to me sounds cool. I'll maintain it! Should be easy via the settings menu. |
I'm AFK, I'll do it tonight. Also need to check if I own a hackage on it. On Jul 8, 2018 12:45 PM, Adrian Sieber <[email protected]> wrote:Ok, yeah, transferring to me sounds cool. I'll maintain it! Should be easy via the settings menu.
—You are receiving this because you commented.Reply to this email directly, view it on GitHub, or mute the thread.
|
Repo tx is pending, do you have a hackage account? I will transfer maintaince of the hackage entry to you |
I accepted, Thanks! My hackage account is http://hackage.haskell.org/user/adrian |
It’s all yours on hackage now, thanks.
|
An implementation with hourglass can be found at https://github.com/ad-si/TaskLite/blob/master/tasklite-core/source/Utils.hs#L88 |
The text was updated successfully, but these errors were encountered: