yesod-static

Static file serving subsite for Yesod Web Framework.

http://www.yesodweb.com/

Version on this page:1.5.3.1
LTS Haskell 22.13:1.6.1.0
Stackage Nightly 2024-03-14:1.6.1.0
Latest on Hackage:1.6.1.0

See all snapshots yesod-static appears in

MIT licensed by Michael Snoyman
This version can be pinned in stack with:yesod-static-1.5.3.1@sha256:7865f3038b9741e3fd8cffdf8ea36d7406d22588840ed1346d2156575b084a09,4689

yesod-static

Static file serving subsite for Yesod Web Framework.

Changes

1.5.3.1

  • Switch to cryptonite

1.5.3

  • Add staticFilesMap function
  • Add staticFilesMergeMap function

1.5.2

  • Fix test case for CRLF line endings
  • Fix warnings

1.5.1.1

  • Fix test suite compilation

1.5.1

  • yesod-static doesn’t obey Authentication #1286

1.5.0.5

  • Avoid lazy I/O in mkEmbeddedStatic (fixes #149)

1.5.0.4

  • Doc tweaks

1.5.0

  • Drop system-filepath

1.4.0.3

Fix bug when StaticRoute constructor is not imported.