haskell-diff 0.1.3-1 source package in Ubuntu

Changelog

haskell-diff (0.1.3-1) unstable; urgency=low


  * New upstream release

 -- Joachim Breitner <email address hidden>  Tue, 07 Feb 2012 22:51:22 +0100

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

Downloads

File Size SHA-256 Checksum
haskell-diff_0.1.3-1.dsc 1.5 KiB 6c065297d71d6cb3d7d8fece19bc952c64870d7147c9a40cf230eec5a234381c
haskell-diff_0.1.3.orig.tar.gz 2.8 KiB bc40377de386ee27e823c1427be0590c23286c6c3307387aa97fd67133f1b009
haskell-diff_0.1.3-1.debian.tar.gz 2.6 KiB f62878ab29b9ddcbb825b5835404c44154ac51cb32f772682fe9eba3dd9c57c7

No changes file available.

Binary packages built by this source

libghc-diff-dev: GHC libraries for the Haskell O(ND) diff algorithm library

 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 contains the libraries compiled for GHC.

libghc-diff-doc: GHC libraries for the Haskell O(ND) diff algorithm library (documentation)

 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 contains library documentation.

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

 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 contains additional GHC profiling libraries which can be used with
 libghc-diff-dev