haskell-diff 0.3.2-1 source package in Ubuntu

Changelog

haskell-diff (0.3.2-1) unstable; urgency=medium

  * New upstream release
  * Reformat debian/changelog according to dep5
  * Use X-Descriptions and blurbs to avoid duplication

 -- Dmitry Bogatov <email address hidden>  Sat, 27 Jun 2015 20:05:51 +0300

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
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-diff_0.3.2-1.dsc 2.1 KiB 9e06585edcc52c87f7dcf1e101a8563a88154a575bcb948cbe93199004e79188
haskell-diff_0.3.2.orig.tar.gz 4.9 KiB 7f032b9842228c2282a66d096e0c943b830138493fbbc5f176a7b2a66ec5388e
haskell-diff_0.3.2-1.debian.tar.xz 3.0 KiB 5263316d5cf13011e9f5e248d867045dda79ec4d391784aaa15c7a3bd8c44355

No changes file available.

Binary packages built by this source

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

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

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

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

libghc-diff-prof: GHC libraries for the Haskell O(ND) diff algorithm library; profiling libraries

 This is a Haskell library providing an implementation of the O(ND) diff
 algorithm described in "An O(ND) Difference Algorithm and Its Variations"
 (1986) by Eugene W. Myers. It is O(mn) in space.
 .
 Whilst the algorithm is the same one used by standared Unix diff, the
 assumption is that users of this library will want to diff over interesting
 things or perform interesting tasks with the results.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.