| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sun, 18 Jan 2026 07:04:31 GMT
X-Served-By: cache-dfw-kdfw8210134-DFW, cache-bom-vanm7210061-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768719872.545740,VS0,VE385
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
servant-static-th: Embed a directory of static files in your Servant server
servant-static-th: Embed a directory of static files in your Servant server
Modules
[Index] [Quick Jump]
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| buildexample | Build a small example program | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- servant-static-th-1.0.0.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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, 1.0.0.1 (info) |
|---|---|
| Change log | CHANGELOG.md |
| Dependencies | base (>=4.15 && <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 |
| Uploaded | by cdepillabout at 2024-10-02T03:02:12Z |
| Category | Text |
| Home page | https://github.com/cdepillabout/servant-static-th |
| Source repo | head: git clone git@github.com:cdepillabout/servant-static-th.git |
| Distributions | LTSHaskell:1.0.0.1, Stackage:1.0.0.1 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Executables | servant-static-th-example |
| Downloads | 8917 total (54 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 2024-10-02 [all 1 reports] |
Readme for servant-static-th-1.0.0.1
[back to package description]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.