haskell-hsx2hs 0.13.1-1 source package in Ubuntu

Changelog

haskell-hsx2hs (0.13.1-1) unstable; urgency=low


  [ Joachim Breitner ]
  * Adjust watch file to new hackage layout

  [ Raúl Benencia ]
  * New upstream release
  * Depend on haskell-src-exts 1.14

 -- Raúl Benencia <email address hidden>  Thu, 31 Oct 2013 15:45:34 -0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe misc

Downloads

File Size SHA-256 Checksum
haskell-hsx2hs_0.13.1-1.dsc 2.6 KiB b459f6194e3aa7d7d55de4052ae8ab15cee7009168bb39517bee7dbf1117ceab
haskell-hsx2hs_0.13.1.orig.tar.gz 25.1 KiB 42af236078620d5b00e4671faefabb592cac41357208cf42cc65917686917db9
haskell-hsx2hs_0.13.1-1.debian.tar.gz 3.1 KiB 50382faf6c4ef5073ec46eb4e4c889a3e59986f8db7e495dcf699e20ab143814

Available diffs

No changes file available.

Binary packages built by this source

hsx2hs: No summary available for hsx2hs in ubuntu utopic.

No description available for hsx2hs in ubuntu utopic.

libghc-hsx2hs-dev: No summary available for libghc-hsx2hs-dev in ubuntu utopic.

No description available for libghc-hsx2hs-dev in ubuntu utopic.

libghc-hsx2hs-doc: literal XML syntax in Haskell source code; documentation

 HSX (Haskell Source with XML) allows literal XML syntax in Haskell
 source code. The hsx2hs 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.
 hsx2hs 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 hsx2hs 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.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-hsx2hs-prof: literal XML syntax in Haskell source code; profiling libraries

 HSX (Haskell Source with XML) allows literal XML syntax in Haskell
 source code. The hsx2hs 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.
 hsx2hs 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 hsx2hs 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.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.