Cabal revisions of servant-blaze-0.8
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
name: servant-blaze version: 0.8+x-revision: 1 synopsis: Blaze-html support for servant description: Servant support for blaze-html GHC==7.8.4, GHC==7.10.3, GHC==8.0.2,- GHC==8.2.2+ GHC==8.2.2,+ GHC==8.4.3 source-repository head type: git library exposed-modules: Servant.HTML.Blaze build-depends: base >=4.7 && <5- , servant >=0.7 && <0.14+ , servant >=0.7 && <0.15 , http-media >=0.6.4 && <0.8 , blaze-html >=0.9.0.1 && <0.10 hs-source-dirs: src base , blaze-html , servant-blaze- , servant-server >=0.4.4.5 && <0.14+ , servant-server >=0.4.4.5 && <0.15 , wai >=3.0.3.0 && <3.3 , warp >=3.0.13.1 && <3.3 default-language: Haskell2010
revision 2
+cabal-version: >=1.10 name: servant-blaze version: 0.8-x-revision: 1+x-revision: 2+ synopsis: Blaze-html support for servant+category: Servant, Web description: Servant support for blaze-html . 'HTML' content type which will use `ToMarkup` class.+ homepage: http://haskell-servant.readthedocs.org/+bug-reports: http://github.com/haskell-servant/servant-blaze/issues license: BSD3 license-file: LICENSE author: Servant Contributors maintainer: haskell-servant-maintainers@googlegroups.com-copyright: 2015-2016 Servant Contributors-category: Web, Servant+copyright: 2015-2018 Servant Contributors build-type: Simple-cabal-version: >=1.10-bug-reports: http://github.com/haskell-servant/servant-blaze/issues tested-with:- GHC==7.8.4,- GHC==7.10.3,- GHC==8.0.2,- GHC==8.2.2,- GHC==8.4.3+ GHC ==7.8.4+ || ==7.10.3+ || ==8.0.2+ || ==8.2.2+ || ==8.4.4+ || ==8.6.2 source-repository head type: git library exposed-modules: Servant.HTML.Blaze build-depends: base >=4.7 && <5- , servant >=0.7 && <0.15+ , servant >=0.7 && <0.16 , http-media >=0.6.4 && <0.8 , blaze-html >=0.9.0.1 && <0.10 hs-source-dirs: src base , blaze-html , servant-blaze- , servant-server >=0.4.4.5 && <0.15+ , servant-server >=0.4.4.5 && <0.16 , wai >=3.0.3.0 && <3.3 , warp >=3.0.13.1 && <3.3 default-language: Haskell2010