hsx2hs: HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code.

[ bsd3, language, library, program ] [ Propose Tags ]

HSX (Haskell Source with XML) allows literal XML syntax in Haskell source code. The trhsx preprocessor translates .hsx source files into ordinary .hs files. Literal XML syntax is translated into function calls for creating XML values of the appropriate forms. trhsx transforms literal XML syntax into a series of function calls. Any project can make use of the syntax by providing definitions for those functions, and the XML values produced will be of the types specified. This works for any types, since trhsx doesn't make any assumptions, or inserts any information depending on types. XMLGenerator defines a few typeclasses that together cover the functions injected by the preprocessor. A project that uses these classes to provide the semantics for the injected syntax will be able to use any functions written in terms of these, allowing better code reusability than if each project defines its own semantics for the XML syntax. Also, the classes makes it possible to use the literal syntax at different types within the same module. Achieving that is not as simple as it may seem, but the XMLGenerator module provides all the necessary machinery.

Flags

Automatic Flags
NameDescriptionDefault
base4Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.11.0, 0.12.0, 0.13.0, 0.13.1, 0.13.2, 0.13.3, 0.13.3.1, 0.13.3.2, 0.13.4, 0.13.5, 0.14.0, 0.14.1, 0.14.1.1, 0.14.1.2, 0.14.1.3, 0.14.1.4, 0.14.1.5, 0.14.1.6, 0.14.1.7, 0.14.1.8, 0.14.1.9, 0.14.1.10, 0.14.1.11 (info)
Dependencies base (>=3 && <5), haskell-src-exts (>=1.14 && <1.16), haskell-src-meta (>=0.6 && <0.7), mtl (>=2.0 && <2.3), template-haskell (>=2.7 && <2.10), utf8-string (>=0.3 && <0.4) [details]
License BSD-3-Clause
Author Niklas Broberg, Joel Bjornson
Maintainer Niklas Broberg <niklas.broberg@gmail.com>
Category Language
Home page http://hub.darcs.net/nibro/hsx2hs
Source repo head: darcs get http://hub.darcs.net/nibro/hsx2hs
Uploaded by JeremyShaw at 2014-06-25T21:35:46Z
Distributions Debian:0.14.1.8
Reverse Dependencies 11 direct, 10 indirect [details]
Executables hsx2hs
Downloads 14205 total (74 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Successful builds reported [all 1 reports]