haskell-edit-distance-vector 1.0.0.4-2build2 source package in Ubuntu

Changelog

haskell-edit-distance-vector (1.0.0.4-2build2) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Fri, 30 Oct 2020 00:39:25 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-edit-distance-vector_1.0.0.4.orig.tar.gz 5.7 KiB b7dfddd86d315ef1b0c86415f321efc04b4a1b47a7b13edafc73a6e81b620f1f
haskell-edit-distance-vector_1.0.0.4-2build2.debian.tar.xz 2.5 KiB e70e519be2b8d91a701fcf54cdaa46e0ade9f6d44b2f903c3365d4f729214e96
haskell-edit-distance-vector_1.0.0.4-2build2.dsc 2.7 KiB 38ef7e25f65439a45df15db7addf066f33777949e4811806079c7af90091d587

Available diffs

View changes file

Binary packages built by this source

libghc-edit-distance-vector-dev: No summary available for libghc-edit-distance-vector-dev in ubuntu kinetic.

No description available for libghc-edit-distance-vector-dev in ubuntu kinetic.

libghc-edit-distance-vector-doc: Calculate edit distances and edit scripts between vectors.; documentation

 An implementation of the Wagner–Fischer dynamic programming algorithm to
 find the optimal edit script and cost between two sequences.
 .
 The implementation in this package is specialised to sequences represented
 with "Data.Vector" but is otherwise agnostic to:
 .
 * The type of values in the vectors;
 .
 * The type representing edit operations; and
 .
 * The type representing the cost of operations.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-edit-distance-vector-prof: Calculate edit distances and edit scripts between vectors.; profiling libraries

 An implementation of the Wagner–Fischer dynamic programming algorithm to
 find the optimal edit script and cost between two sequences.
 .
 The implementation in this package is specialised to sequences represented
 with "Data.Vector" but is otherwise agnostic to:
 .
 * The type of values in the vectors;
 .
 * The type representing edit operations; and
 .
 * The type representing the cost of operations.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.