rest-happstack

Rest driver for Happstack.

Version on this page:0.3.1.1@rev:1
LTS Haskell 10.10:0.3.1.1@rev:2
Stackage Nightly 2017-12-24:0.3.1.1@rev:2
Latest on Hackage:0.3.1.1@rev:2

See all snapshots rest-happstack appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:rest-happstack-0.3.1.1@sha256:a8e6fd0f4e8090876b1770ceb55397d9a33f1d7706d52a9781e577fd913f4eac,904

Module documentation for 0.3.1.1

Rest driver for Happstack.

Changes

Changelog

0.3.1.1

  • Allow rest-core-0.39.

0.3.1

  • Generalize type of apiToHandler to allow transformer stacks on top of ServerPartT. Thanks to ariep.

0.3

  • Breaking: Applicative and Monad constraint on m in apiToHandler'. See rest-core-0.37 for more details.

0.2.10.8

  • Allow rest-core 0.36.*
  • Allow rest-gen 0.18.*

0.2.10.7

  • Bump rest-core and rest-gen upper bounds.

0.2.10.6

  • Allow utf8-string 1.0.*.

0.2.10.5

  • Use new version of rest-core.

0.2.10.4

  • Allow happstack-server == 7.4.*

0.2.10.3

  • Bump rest-types and rest-core

0.2.10.2

  • Allow rest-gen == 0.15.*

0.2.10

  • Introduced Rest.Driver.Happstack.Docs module that was moved from rest-gen:Rest.Gen.Docs.Happstack

0.2.9.9

  • Allow mtl == 2.2.* and transformers == 0.4.*