haskell-diff 0.4.1-1build1 source package in Ubuntu

Changelog

haskell-diff (0.4.1-1build1) kinetic; urgency=medium

  * No-change rebuild for new ghc

 -- Steve Langasek <email address hidden>  Tue, 23 Aug 2022 02:35:10 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Kinetic
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-diff_0.4.1.orig.tar.gz 8.6 KiB fd5e4aaac7219bcbb14834fb8580ebe0aae905958d0ad74f5338ea290b372670
haskell-diff_0.4.1-1build1.debian.tar.xz 3.5 KiB 7410b9c37242148d3f3b7516dbcb98e9ca62f51732ca50c553d1ee4ba1a09a0f
haskell-diff_0.4.1-1build1.dsc 2.3 KiB f5c4a59044c93cab92c67a7f4cb79c0ad8650f01eea08f4edbfe6938d209d612

View changes file

Binary packages built by this source

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

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

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

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

libghc-diff-prof: 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.