Cabal revisions of yesod-elements-1.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: yesod-elements-version: 1.0-synopsis: Non template haskell markup building function in the spirit of lucid-description: Build yesod widgets without shakespearean templating-license: MIT-license-file: LICENSE-author: Andrew Martin-maintainer: andrew.thaddeus@gmail.com-copyright:-category: Web-build-type: Simple-cabal-version: >=1.10--library- exposed-modules:- Yesod.Elements- build-depends:- base >=4.7 && <5.0- , yesod-core- , blaze-html- hs-source-dirs: src- default-language: Haskell2010+name: yesod-elements +version: 1.0 +x-revision: 1 +synopsis: Non template haskell markup building function in the spirit of lucid +description: Build yesod widgets without shakespearean templating +license: MIT +license-file: LICENSE +author: Andrew Martin +maintainer: andrew.thaddeus@gmail.com +copyright: +category: Web +build-type: Simple +cabal-version: >=1.10 + +library + exposed-modules: + Yesod.Elements + build-depends: + base >=4.7 && <5.0 + , yesod-core >= 1.2 && < 1.6 + , blaze-html + hs-source-dirs: src + default-language: Haskell2010