Closed tysonzero closed 3 years ago
Well, it is not stable enough I guess... I started API refactoring but never finished it. This library it not well maintained, sorry.
No worries! This library has been incredibly useful and I appreciate it a lot!
let me know if theres any way i can cheerlead stuff along :)
@cartazio I guess I have to release whatever I have right now :) I'll try to upload in to hackage this week.
I'm interested in a new release as well, what needs to be done to make it happen?
Yeah, I failed to keep the promise. Sorry for that.
The plain could look like that:
Also ghc-9 won't work yet because of https://github.com/snapframework/io-streams/issues/76
@coderfromhere I guess feedback is the only motivation that actually works for me :) So are you using this code for anything specific? Is it for a hobby project or something commercial?
Also why hackage release is necessary for you? I mean you can use the packages from the repository directly.
@Yuras Hi! Above was my work account. I'm interested because I have a proof-of-concept utility in mind at work that could alternatively be implemented with a Python toolchain, but I'd rather not go that direction before trying Haskell first :) Something about fulltext search.
A Hackage release is helpful because eventually it automatically gets into official Nix builds that could be downloaded as a cached object from the official binary cache - https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/hackage-packages.nix - and my Nix pipelines would require fewer customly written overlays for external packages.
I’ve some head space to help hack on this if needed.
Shoot me an email if there’s any bits a good PR can address :)
On Tue, Apr 27, 2021 at 6:36 PM Maxim Avanov @.***> wrote:
@Yuras https://github.com/Yuras Hi! Above was my work account. I'm interested because I have a proof-of-concept utility in mind at work that could alternatively be implemented with a Python toolchain, but I'd rather not go that direction before trying Haskell first :) Something about fulltext search.
A Hackage release is helpful because eventually it automatically gets into official Nix builds that could be downloaded as a cached object from the official binary cache - https://github.com/NixOS/nixpkgs/blob/master/pkgs/development/haskell-modules/hackage-packages.nix
- and my Nix pipelines would require fewer customly written overlays for external packages.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Yuras/pdf-toolbox/issues/42#issuecomment-827990055, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAABBQTJ2TRBWZOKNZW4HSTTK437LANCNFSM4IGWGMNQ .
@cartazio noted, thanks!
@Yuras brilliant! thank you
I was curious if there would be a hackage release anytime soon. I would greatly appreciate one assuming you consider things to be reasonably stable/working.