haskell-hsx2hs 0.14.1.8-1build5.1 source package in Ubuntu

Changelog

haskell-hsx2hs (0.14.1.8-1build5.1) impish; urgency=medium

  * No-change rebuild for libffi soname change.

 -- Matthias Klose <email address hidden>  Sat, 11 Sep 2021 06:52:53 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-hsx2hs_0.14.1.8.orig.tar.gz 27.5 KiB c2018f74e0342ba87ccdb21b026fb75ce3b5b820f3cef1a4b8f0712cb95da2fb
haskell-hsx2hs_0.14.1.8-1build5.1.debian.tar.xz 4.3 KiB c0fa9031a7eb3b8ce1644c5c346b3aa92510e876a92743696632fac0de0d9c0e
haskell-hsx2hs_0.14.1.8-1build5.1.dsc 2.7 KiB 58d4b801ee96d8b3316b43e44d9a1b02d024537f45fbd8bb5afc5ec0c219164b

View changes file

Binary packages built by this source

hsx2hs: literal XML syntax in Haskell source code - preprocessor

 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 contains the hsx2hs executable for preprocessing.

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

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

libghc-hsx2hs-doc: No summary available for libghc-hsx2hs-doc in ubuntu impish.

No description available for libghc-hsx2hs-doc in ubuntu impish.

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.