haskell-syb-with-class 0.6.1.4-2 source package in Ubuntu

Changelog

haskell-syb-with-class (0.6.1.4-2) unstable; urgency=low


  * Enable compat level 9
  * Use substvars for Haskell description blurbs

 -- Joachim Breitner <email address hidden>  Fri, 24 May 2013 12:52:10 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libdevel

Downloads

File Size SHA-256 Checksum
haskell-syb-with-class_0.6.1.4-2.dsc 1.6 KiB bfe81e8fd96da099755e0ce1739e1245368381490c91ddd4047f76ef9c37bde0
haskell-syb-with-class_0.6.1.4.orig.tar.gz 12.1 KiB 6cba1af7474ecbb3ac8040dc46d994e9e8b9fede3bc8daa610e4044054a8263a
haskell-syb-with-class_0.6.1.4-2.debian.tar.gz 2.8 KiB afb9d096ca27507f8bf88d422f42a6b2289a22c03741c5ffa014c273d36a0bc9

Available diffs

No changes file available.

Binary packages built by this source

libghc-syb-with-class-dev: No summary available for libghc-syb-with-class-dev in ubuntu utopic.

No description available for libghc-syb-with-class-dev in ubuntu utopic.

libghc-syb-with-class-doc: No summary available for libghc-syb-with-class-doc in ubuntu saucy.

No description available for libghc-syb-with-class-doc in ubuntu saucy.

libghc-syb-with-class-prof: Haskell library for generic programming; profiling libraries

 The "Scrap your boilerplate" approach is a lightweight generic
 programming approach for Haskell. Using this approach, you can write
 generic functions such as traversal schemes (e.g., everywhere and
 everything), as well as generic read, generic show and generic
 equality (i.e., gread, gshow, and geq). This approach is based on
 just a few primitives for type-safe cast and processing constructor
 applications.
 This package contains the profiling libraries.