haskell-edit-distance-vector 1.0.0.4-4build1 source package in Ubuntu

Changelog

haskell-edit-distance-vector (1.0.0.4-4build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:04:01 +0200

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Oracular
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular 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-4build1.debian.tar.xz 2.5 KiB d86983c49183b8ebe1f16c918198d36ffa72ccf73c585af4f619680ef299c625
haskell-edit-distance-vector_1.0.0.4-4build1.dsc 2.6 KiB af37c1e596b2ea11a9c74cbe038d621863d65bbcb3b0b54b9cf56b26603b28dd

View changes file

Binary packages built by this source

libghc-edit-distance-vector-dev: Calculate edit distances and edit scripts between vectors.

 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.
 See http://www.haskell.org/ for more information on Haskell.

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.