2014-07-28 23:05:53 by Ryosuke Moro | Files touched by this commit (15) | ![Package removed](https://pkgsrc.se/images/remove.gif) |
Log message:
Remove hs-blaze-html, imported to pkgsrc/textproc.
Remove hs-vault, imported to pkgsrc/devel.
|
2014-05-30 00:08:08 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.7.0.2
pkgsrc changes: pkgsrc changes: static -> dynamic
CHANGELOG:
- 0.7.0.2
* Bump QuickCheck dependency to 2.7
|
2014-05-27 23:38:22 by Ryosuke Moro | Files touched by this commit (27) |
Log message:
Remove hs-blaze-markup, imported to pkgsrc/textproc.
Remove hs-unordered-containers, imported to pkgsrc/devel.
|
2014-05-27 00:08:03 by Ryosuke Moro | Files touched by this commit (58) |
Log message:
Remove hs-blaze-builder, hs-transformers-base, hs-transformers-compat, and
hs-vector, imported to pkgsrc/devel.
|
2014-05-18 23:33:25 by Ryosuke Moro | Files touched by this commit (119) |
Log message:
Remove hs-data-default-class, hs-dlist, hs-text, hs-utf8-string,
imported to pkgsrc/devel.
|
2014-04-25 15:22:47 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.7.0.1
changes:
- follow dependencies for `blaze-markup`
|
2014-04-15 12:59:40 by Ryosuke Moro | Files touched by this commit (53) |
Log message:
- ready for HASKELL_ENABLE_HADDOCK_DOCUMENTATION= yes
|
2014-01-14 22:22:36 by Ryosuke Moro | Files touched by this commit (2) |
Log message:
Update to 0.6.1.3
changes:
0.6.1.3
- Merge pull request #82 from DougBurke/patch-1
Bump Text dependency
( #82 => https://github.com/jaspervdj/blaze-html/pull/82 )
|
2013-12-10 14:35:41 by Ryosuke Moro | Files touched by this commit (3) |
Log message:
Update to 0.6.1.2
changes:
0.6.1.2
- Bump text dependency
|
2013-08-22 21:54:54 by Ryosuke Moro | Files touched by this commit (4) |
Log message:
Update to 0.6.1.1
changes:
0.6.1.1
- Bump QuickCheck version
0.6.0.0
- Make base, keygen, source leaf elements
0.5.1.3
- Bump test-framework dependency
0.5.1.2
- Bump test-framework dependency
0.5.1.0
- Add XHTML5 option, patch by Hugo Landau
- Fix issue regarding docTypeHtml in lowercase
Closes https://github.com/jaspervdj/blaze-html/issues/66
- Add preEscapedToHtml
- Merge pull request #71 from ianbollinger/master
Increment upper bound on bytestring for GHC 7.6
0.5.0.0
- Add new renderer modules
0.4.3.4
- Merge pull request #59 from alevy/master
Add trustworthy flags to renderers and HTML combinator generators
0.4.3.3
- Merge pull request #62 from trofi/master
.cabal: add tests to sdist
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
- Remove mistaken comment
0.4.3.2
- Fix compilation with -Werror
0.4.3.1
- Export extra Text renderer functions
0.4.3.0
- Added XHtml1.{Strict,Transitional,FrameSet} modules.
* Modified Util/GenerateHtmlCombinators to generate these automatically.
* HtmlVariant now includes a selfClosing field; if True, leaf tags will be \
self-closed.
* Modified cabal file to include the new modules in exported modules.
- Merge remote-tracking branch 'sol/master'
Update example in documentation of Text.Blaze
* Use toHtml instead of string
* Add missing import for forM_
|