webgear-core

Composable, type-safe library to build HTTP APIs

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

Version on this page:1.0.4
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.4@sha256:73a8e3d0b941ae194210e99882f1e08ad1228aed245595cc3fb4c06c938bf6cd,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.4 - 2022-08-27

Changed

  • Update dependency bounds and GHC versions

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