Skip to content
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

Expose elm-format as a Haskell library #804

Open
1 of 19 tasks
avh4 opened this issue Mar 11, 2023 · 0 comments
Open
1 of 19 tasks

Expose elm-format as a Haskell library #804

avh4 opened this issue Mar 11, 2023 · 0 comments

Comments

@avh4
Copy link
Owner

avh4 commented Mar 11, 2023

  • build haddock docs Build haddock docs for elm-format-lib #805
  • review what the public API looks like
    • AST
    • to/from AST functions
      • Text
      • ByteString
      • ByteString.Builder
    • higher-level IO (or MonadIO) API?
    • (maybe) recursion-schemes API
  • TBD... make any necessary changes to the API
    • renaming
      • AST should go under ElmFormat.AST.ElmCompiler.V0_19
    • CommandLine.* stuff doesn't belong in this package?
    • ideally, Box stuff (take latest version from Gren) doesn't belong in this package?
  • loosen version bounds
    • allow ghc 9.0
    • allow ghc 9.4
    • others, TBD...
  • get hackage account
  • publish first version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant