servant-nix: Servant Nix content-type

[ bsd3, library, nix, servant, web ] [ Propose Tags ]

Servant Nix bindings.

Provides MineRender and MimeUnrender instances. So you can accept and return Nix expressions, with the help of the hnix library.


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1
Change log CHANGELOG.md
Dependencies base (>=4.8 && <5), bytestring (>=0.10.4.0 && <0.11), hnix (>=0.5 && <0.6), http-media (>=0.7 && <0.8), servant (>=0.13 && <0.15), text (>=1.2.3.0 && <1.3) [details]
License BSD-3-Clause
Copyright 2018 Servant Contributors
Author Servant Contributors
Maintainer haskell-servant-maintainers@googlegroups.com
Revised Revision 1 made by AlpMestanogullari at 2018-06-19T10:53:47Z
Category Web, Servant, Nix
Home page http://haskell-servant.readthedocs.org/
Bug tracker http://github.com/haskell-servant/servant-nix/issues
Source repo head: git clone http://github.com/haskell-servant/servant-nix.git
Uploaded by AlpMestanogullari at 2018-06-13T20:11:58Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 665 total (5 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-06-13 [all 1 reports]

Readme for servant-nix-0.1

[back to package description]

servant-nix

Use Nix expressions as request or response bodies in servant applications

servant

Example

Run the example:

cabal new-test

It performs a simple roundtrip test for a fixed Nix expression which is a list of numbers. See the code in example/Main.hs.