servius 1.2.0.2 → 1.2.0.3
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~http-types
Dependency ranges changed: http-types
Files
- ChangeLog.md +4/−0
- servius.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.2.0.3++* Remove an upper bound+ ## 1.2.0.2 * GHC 8 support
servius.cabal view
@@ -1,5 +1,5 @@ name: servius-version: 1.2.0.2+version: 1.2.0.3 synopsis: Warp web server with template rendering description: Please see README.md homepage: http://github.com/snoyberg/servius#readme@@ -21,7 +21,7 @@ , blaze-builder , blaze-html , bytestring- , http-types < 0.10+ , http-types , markdown , shakespeare , text