@hackage servant-static-th1.0.0.1
Embed a directory of static files in your Servant server
Installation
Dependencies (13)
- base >=4.15 && <5
- bytestring
- containers
- directory >=1.2.5.0
- filepath
- template-haskell Show all…
Dependents (2)
@hackage/acme-everything, @hackage/odd-jobs
Package Flags
buildexample
(off by default)
Build a small example program
Servant.Static.TH
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 on Hackage.