Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 360 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 360 Bytes

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.