Cabal revisions of hastache-0.6.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hastache-version: 0.6.0-license: BSD3-license-file: LICENSE-category: Text-copyright: Sergey S Lymar (c) 2011-2014-author: Sergey S Lymar <sergey.lymar@gmail.com>-maintainer: Daniil Frumin <dan at covariant.me>-stability: experimental-synopsis: Haskell implementation of Mustache templates-cabal-version: >= 1.8-homepage: http://github.com/lymar/hastache-bug-reports: http://github.com/lymar/hastache/issues-build-type: Simple-description:- Haskell implementation of Mustache templates (<http://mustache.github.com/>).- .- See homepage for examples of usage: <http://github.com/lymar/hastache>--extra-source-files:- tests/partFile- tests/RunTest.sh- tests/test.hs- README.md- ChangeLog--library- exposed-modules:- Text.Hastache- Text.Hastache.Context-- build-depends:- base == 4.*- ,bytestring- ,mtl- ,transformers- ,directory- ,filepath- ,utf8-string- ,text- ,containers- ,syb- ,blaze-builder- ,ieee754--source-repository head- type: git- location: http://github.com/lymar/hastache--test-suite test-hastache- type: exitcode-stdio-1.0- main-is: test.hs- hs-source-dirs: tests-- build-depends:- hastache- ,base == 4.*- ,directory- ,mtl- ,HUnit- ,text- ,bytestring- ,syb+name: hastache +version: 0.6.0 +x-revision: 1 +license: BSD3 +license-file: LICENSE +category: Text +copyright: Sergey S Lymar (c) 2011-2014 +author: Sergey S Lymar <sergey.lymar@gmail.com> +maintainer: Daniil Frumin <dan at covariant.me> +stability: experimental +synopsis: Haskell implementation of Mustache templates +cabal-version: >= 1.8 +homepage: http://github.com/lymar/hastache +bug-reports: http://github.com/lymar/hastache/issues +build-type: Simple +description: + Haskell implementation of Mustache templates (<http://mustache.github.com/>). + . + See homepage for examples of usage: <http://github.com/lymar/hastache> + +extra-source-files: + tests/partFile + tests/RunTest.sh + tests/test.hs + README.md + ChangeLog + +library + exposed-modules: + Text.Hastache + Text.Hastache.Context + + build-depends: + base == 4.* + ,bytestring + ,mtl + ,transformers + ,directory + ,filepath + ,utf8-string + ,text + ,containers + ,syb + ,blaze-builder + ,ieee754 + +source-repository head + type: git + location: http://github.com/lymar/hastache + +test-suite test-hastache + type: exitcode-stdio-1.0 + main-is: test.hs + hs-source-dirs: tests + + build-depends: + hastache + ,base >=4 && <4.8 + ,directory + ,mtl + ,HUnit + ,text + ,bytestring + ,syb
revision 2
name: hastache version: 0.6.0 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE category: Text Text.Hastache.Context build-depends: - base == 4.* + base >=4 && <4.8 ,bytestring ,mtl ,transformers
revision 3
name: hastache version: 0.6.0 -x-revision: 2 +x-revision: 3 license: BSD3 license-file: LICENSE category: Text build-depends: base >=4 && <4.8 ,bytestring - ,mtl + ,mtl >= 2 ,transformers ,directory ,filepath hastache ,base >=4 && <4.8 ,directory - ,mtl + ,mtl >= 2 ,HUnit ,text ,bytestring