elm-format
elm-format copied to clipboard
Expose elm-format as a Haskell library
trafficstars
- [x] build haddock docs https://github.com/avh4/elm-format/pull/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
- [ ] AST should go under
- [ ]
CommandLine.*stuff doesn't belong in this package? - [ ] ideally,
Boxstuff (take latest version from Gren) doesn't belong in this package?
- renaming
- [ ] loosen version bounds
- [ ] allow ghc 9.0
- [ ] allow ghc 9.4
- [ ] others, TBD...
- [ ] get hackage account
- [ ] publish first version