packages feed

servant-static-th-0.1.0.0: README.md

Servant.Static.TH
==================

[![Build Status](https://secure.travis-ci.org/cdepillabout/servant-static-th.svg)](http://travis-ci.org/cdepillabout/servant-static-th)
[![Hackage](https://img.shields.io/hackage/v/servant-static-th.svg)](https://hackage.haskell.org/package/servant-static-th)
[![Stackage LTS](http://stackage.org/package/servant-static-th/badge/lts)](http://stackage.org/lts/package/servant-static-th)
[![Stackage Nightly](http://stackage.org/package/servant-static-th/badge/nightly)](http://stackage.org/nightly/package/servant-static-th)
![BSD3 license](https://img.shields.io/badge/license-BSD3-blue.svg)

`servant-static-th` allows you to embed a directory of static files in your
application and serve them from your Servant server

For documentation and usage examples, see the
[documentation](https://hackage.haskell.org/package/servant-static-th) on Hackage.