Cabal revisions of servant-lucid-0.9.0.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-cabal-version: >=1.10-name: servant-lucid-version: 0.9.0.6--synopsis: Servant support for lucid-description:- Servant support for lucid.- .- 'HTML' content type which will use `ToHtml` class.- .- Lucid.Servant uses `Link` rather than `Text` for safe 'href' attributes.--homepage: http://haskell-servant.readthedocs.org/-bug-reports: http://github.com/haskell-servant/servant-lucid/issues-license: BSD3-license-file: LICENSE-author: Servant Contributors-maintainer: haskell-servant-maintainers@googlegroups.com-copyright: 2015-2018 Servant Contributors-category: Web, Servant-build-type: Simple-extra-source-files: CHANGELOG.md-tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2--source-repository head- type: git- location: http://github.com/haskell-servant/servant-lucid.git--library- exposed-modules: Servant.HTML.Lucid- Lucid.Servant- build-depends: base >=4.9 && <5- , http-media >=0.6.4 && <0.9- , lucid >=2.9.8 && <2.12- , text >=1.2.3.0 && <1.3 || >= 2 && < 2.1- , servant >=0.17 && <0.20-- if !impl(ghc >= 8.0)- build-depends: semigroups >=0.18.4 && <0.20-- hs-source-dirs: src- default-language: Haskell2010- ghc-options: -Wall--test-suite example- type: exitcode-stdio-1.0- main-is: Main.hs- hs-source-dirs:- example- ghc-options: -Wall- build-depends:- base- , lucid- , servant-lucid- , servant-server >=0.14 && <0.20- , wai >=3.0.3.0 && <3.3- , warp >=3.0.13.1 && <3.4- default-language: Haskell2010+cabal-version: >=1.10 +name: servant-lucid +version: 0.9.0.6 +x-revision: 1 + +synopsis: Servant support for lucid +description: + Servant support for lucid. + . + 'HTML' content type which will use `ToHtml` class. + . + Lucid.Servant uses `Link` rather than `Text` for safe 'href' attributes. + +homepage: http://haskell-servant.readthedocs.org/ +bug-reports: http://github.com/haskell-servant/servant-lucid/issues +license: BSD3 +license-file: LICENSE +author: Servant Contributors +maintainer: haskell-servant-maintainers@googlegroups.com +copyright: 2015-2018 Servant Contributors +category: Web, Servant +build-type: Simple +extra-source-files: CHANGELOG.md +tested-with: GHC ==8.0.2 || ==8.2.2 || ==8.4.4 || ==8.6.5 || ==8.8.4 || ==8.10.2 + +source-repository head + type: git + location: http://github.com/haskell-servant/servant-lucid.git + +library + exposed-modules: Servant.HTML.Lucid + Lucid.Servant + build-depends: base >=4.9 && <5 + , http-media >=0.6.4 && <0.9 + , lucid >=2.9.8 && <2.12 + , text >=1.2.3.0 && <1.3 || >= 2 && < 2.2 + , servant >=0.17 && <0.21 + + if !impl(ghc >= 8.0) + build-depends: semigroups >=0.18.4 && <0.20 + + hs-source-dirs: src + default-language: Haskell2010 + ghc-options: -Wall + +test-suite example + type: exitcode-stdio-1.0 + main-is: Main.hs + hs-source-dirs: + example + ghc-options: -Wall + build-depends: + base + , lucid + , servant-lucid + , servant-server >=0.14 && <0.21 + , wai >=3.0.3.0 && <3.3 + , warp >=3.0.13.1 && <3.4 + default-language: Haskell2010
revision 2
cabal-version: >=1.10 name: servant-lucid version: 0.9.0.6 -x-revision: 1 +x-revision: 2 synopsis: Servant support for lucid description: , servant-lucid , servant-server >=0.14 && <0.21 , wai >=3.0.3.0 && <3.3 - , warp >=3.0.13.1 && <3.4 + , warp >=3.0.13.1 && <3.5 default-language: Haskell2010