servant-static-th: Embed a directory of static files in your Servant server

[ bsd3, library, text ] [ Propose Tags ]

Please see README.md.


[Skip to Readme]

Flags

Automatic Flags
NameDescriptionDefault
buildexample

Build a small example program

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.0.5, 0.1.0.6, 0.2.0.0, 0.2.0.1, 0.2.1.0, 0.2.2.0, 0.2.2.1, 0.2.3.0, 0.2.4.0, 1.0.0.0 (info)
Dependencies base (>=4.8 && <5), blaze-html, bytestring, containers, directory (>=1.2.5.0), filepath, http-media, semigroups, servant (>=0.8), servant-blaze (>=0.7), servant-server (>=0.8), servant-static-th, template-haskell, text, wai, warp [details]
License BSD-3-Clause
Copyright 2017 Dennis Gosnell
Author Dennis Gosnell
Maintainer cdep.illabout@gmail.com
Category Text
Home page https://github.com/cdepillabout/servant-static-th
Source repo head: git clone git@github.com:cdepillabout/servant-static-th.git
Uploaded by arowM at 2017-08-16T04:08:14Z
Distributions LTSHaskell:1.0.0.0, Stackage:1.0.0.0
Reverse Dependencies 2 direct, 0 indirect [details]
Executables servant-static-th-example
Downloads 8109 total (33 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-08-16 [all 1 reports]

Readme for servant-static-th-0.1.0.5

[back to package description]

Servant.Static.TH

Build Status Hackage Stackage LTS Stackage Nightly BSD3 license

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.