webgear-core

Composable, type-safe library to build HTTP APIs

https://github.com/haskell-webgear/webgear#readme

Version on this page:1.0.3
LTS Haskell 21.25:1.0.5
Stackage Nightly 2024-04-19:1.2.0
Latest on Hackage:1.2.0

See all snapshots webgear-core appears in

MPL-2.0 licensed by Raghu Kaippully
Maintained by [email protected]
This version can be pinned in stack with:webgear-core-1.0.3@sha256:16770e7dd9b0f4a96b2f3400016a34568ed2e04cb32b6b0d5238152d13502c1f,4132

WebGear - Core HTTP APIs

Hackage

WebGear is a Haskell library for building composable, type-safe HTTP API servers.

This package defines the core components of WebGear used to define APIs.

Changes

Changelog for webgear-core

Unreleased

1.0.3 - 2022-06-26

Changed

  • Upgrade to latest http-api-data (#10)
  • Nix flake based development environment

1.0.2 - 2022-06-11

Changed

  • Upgrade to latest GHC versions (#9)

1.0.1 - 2022-01-09

Changed

  • Update dependency bounds (#7)

1.0.0 - 2022-01-08

Changed

  • Extracted webgear-core from webgear-server
  • New arrow based API