haskell-patience 0.1.1-5build2 source package in Ubuntu

Changelog

haskell-patience (0.1.1-5build2) wily; urgency=medium

  * Rebuild for new GHC ABIs.

 -- Colin Watson <email address hidden>  Mon, 01 Jun 2015 12:16:17 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Wily
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
haskell
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-patience_0.1.1.orig.tar.gz 4.5 KiB 35c7c334d344b3cbdc61cc88c559bedb300ace860a80e3990aeb268f1f10db63
haskell-patience_0.1.1-5build2.debian.tar.xz 2.5 KiB fe24d6f16153ea61722af39eee2bf2753da737e588efeeec6145872cc4b26ac0
haskell-patience_0.1.1-5build2.dsc 2.3 KiB b8fd444a80c67247ee779be2159afbe4968c858881bd5bbc8d8f91a18e3412c4

View changes file

Binary packages built by this source

libghc-patience-dev: No summary available for libghc-patience-dev in ubuntu wily.

No description available for libghc-patience-dev in ubuntu wily.

libghc-patience-doc: No summary available for libghc-patience-doc in ubuntu wily.

No description available for libghc-patience-doc in ubuntu wily.

libghc-patience-prof: Haskell implementation of the Patience Diff algorithm; profiling libraries

 This library implements the "patience diff" algorithm, as well as the patience
 algorithm for the longest increasing subsequence problem.
 .
 Patience diff computes the difference between two lists, for example the lines
 of two versions of a source file. It provides a good balance of performance,
 nice output for humans, and implementation simplicity. For more information,
 see http://alfedenzo.livejournal.com/170301.html and
 http://bramcohen.livejournal.com/73318.html.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.