Is your feature request related to a problem? Please describe.
Currently I am trying to evaluate if sparkle is a valid approach for some data science stuff. I have a hard time to get a dev-env set-up which helps to develop an app.
Describe the solution you'd like
There could be a multiple step approach:
- Just descripe (in detail) how you develop apps: Which tools, how to find doc (a maintainer probably does not need it :))
- Add haddocks generation to be able to browser the API easily
- Add haskell-language-server support (or just ghcid?) to be able to have short dev-cycles (maybe I just did it wrong)
Describe alternatives you've considered
Not using sparkle :).
Additional context
I tried some things, but all broke; surely due to inexperience with bazel.
Close this issue, if there is no interest in others joining and this is a too disturbing issue for you :), no harm done, just testing what's the state of this project is (next issue would be about upgrading all dependencies :)).
Is your feature request related to a problem? Please describe.
Currently I am trying to evaluate if
sparkleis a valid approach for some data science stuff. I have a hard time to get a dev-env set-up which helps to develop an app.Describe the solution you'd like
There could be a multiple step approach:
Describe alternatives you've considered
Not using
sparkle:).Additional context
I tried some things, but all broke; surely due to inexperience with bazel.
Close this issue, if there is no interest in others joining and this is a too disturbing issue for you :), no harm done, just testing what's the state of this project is (next issue would be about upgrading all dependencies :)).