Skip to content

Moar Instances

Choose a tag to compare

@istathar istathar released this 24 Jan 11:59
· 131 commits to main since this release
e67a84f

Web routing

This release previews a simple web router, allowing you to serve basic endpoints from the warp server without needing to use servant. The idea is that a straight forward term-level declaration of the routes required and the handlers for each is sufficient for many use cases. See Core.Webserver.Router for a more detailed explanation.

Instances

Otherwise a minor release mostly about adding some new instances.

  • add back linkThread for backwards compatibility by @dmvianna in #153
  • Formatting by @istathar in #156
  • Parse Externalizable values from environment variables by @istathar in #158
  • Add MonadUnliftIO instance by @istathar in #159

New Contributors

  • @dmvianna made their first contribution in #153

Full Changelog: core-program-0.6.0.1...core-program-0.6.2.1