ghcjs / ghcjs-base

base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
MIT License
45 stars 67 forks source link

`http-api-data` instances #125

Open tysonzero opened 5 years ago

tysonzero commented 5 years ago

ghcjs-base providing aeson instances for various types is incredibly convenient for web programming for obvious reasons. However I would also love to be able to use these types in Urls / QueryParams, particularly when using Servant for type safe Apis, so it would be very useful if ghcjs-base provided http-api-data instances.