servant-static-th 0.2.1.0 → 0.2.2.0
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- servant-static-th.cabal +1/−1
CHANGELOG.md view
@@ -1,8 +1,12 @@ # Changelog -## v0.2.1.0+## v0.2.2.0 - This adds MIME types for json, xml, gex. Thanks [delanoe](https://github.com/delanoe)! [#5](https://github.com/cdepillabout/servant-static-th/pull/5)++## v0.2.1.0++- This was mistakenly released to Hackage without exposing the constructors added in [#5](https://github.com/cdepillabout/servant-static-th/pull/5)). It has been blacklisted on Hackage. ## v0.2.0.1
servant-static-th.cabal view
@@ -1,5 +1,5 @@ name: servant-static-th-version: 0.2.1.0+version: 0.2.2.0 synopsis: Embed a directory of static files in your Servant server description: Please see <https://github.com/cdepillabout/servant-static-th#readme README.md>. homepage: https://github.com/cdepillabout/servant-static-th