tweag / inline-js

Call JavaScript from Haskell, and vice versa!
https://inline-js.netlify.app
131 stars 10 forks source link

Small Style Updates #3

Closed SebastianKG closed 5 years ago

SebastianKG commented 5 years ago

These are some initial style updates for the repository. Compiler flags, and also the removal of type aliases by either promoting them to newtypes or replacing them by the type they were aliasing.

SebastianKG commented 5 years ago

Needs a version bump before merging, since the type aliases were exported as part of the package's public API.

TerrorJack commented 5 years ago

Needs a version bump before merging, since the type aliases were exported as part of the package's public API.

I suggest keeping 0.0.1 before an initial release to Hackage & a public announcement. As said in readme, the project is still somewhat prototypical, and the API is subject to radical changes!