servius 1.2.0.1 → 1.2.0.2
raw patch · 2 files changed
+35/−36 lines, 2 filesdep ~basedep ~blaze-builderdep ~blaze-html
Dependency ranges changed: base, blaze-builder, blaze-html, bytestring, http-types, markdown, shakespeare, text, wai, wai-app-static
Files
- ChangeLog.md +4/−0
- servius.cabal +31/−36
ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.2.0.2++* GHC 8 support+ ## 1.2.0.0 * Resurrected, added Markdown support
servius.cabal view
@@ -1,39 +1,34 @@-name: servius-version: 1.2.0.1-cabal-version: >=1.10-build-type: Simple-license: MIT-license-file: LICENSE-copyright: 2015 Michael Snoyman-maintainer: michael@snoyman.com-homepage: http://github.com/snoyberg/servius#readme-synopsis: Warp web server with template rendering-description:- Please see README.md-category: Web-author: Michael Snoyman-extra-source-files:- README.md- ChangeLog.md--source-repository head- type: git- location: https://github.com/snoyberg/servius+name: servius+version: 1.2.0.2+synopsis: Warp web server with template rendering+description: Please see README.md+homepage: http://github.com/snoyberg/servius#readme+license: MIT+license-file: LICENSE+author: Michael Snoyman+maintainer: michael@snoyman.com+copyright: 2015 Michael Snoyman+category: Web+build-type: Simple+cabal-version: >=1.10+extra-source-files: README.md ChangeLog.md executable servius- main-is: servius.hs- build-depends:- base >=4.8.1.0 && <4.9,- blaze-builder >=0.4.0.1 && <0.5,- blaze-html >=0.8.1.1 && <0.9,- bytestring >=0.10.6.0 && <0.11,- http-types >=0.8.6 && <0.9,- markdown >=0.1.13.2 && <0.2,- shakespeare >=2.0.6 && <2.1,- text >=1.2.1.3 && <1.3,- wai >=3.0.4.0 && <3.1,- wai-app-static >=3.1.1 && <3.2- default-language: Haskell2010- hs-source-dirs: app- ghc-options: -threaded -rtsopts -with-rtsopts=-N+ hs-source-dirs: app+ main-is: servius.hs+ ghc-options: -threaded -rtsopts -with-rtsopts=-N+ build-depends: base >= 4 && < 5+ , blaze-builder+ , blaze-html+ , bytestring+ , http-types < 0.10+ , markdown+ , shakespeare+ , text+ , wai+ , wai-app-static+ default-language: Haskell2010 +source-repository head+ type: git+ location: https://github.com/snoyberg/servius