haskell-permutation 0.5.0.5-1build1 source package in Ubuntu

Changelog

haskell-permutation (0.5.0.5-1build1) bionic; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Sat, 04 Nov 2017 05:14:36 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-permutation_0.5.0.5.orig.tar.gz 21.1 KiB 51b5caa115625e6b9a3b2f2240f1142c0cc6c31c351027abbcaea569f419a700
haskell-permutation_0.5.0.5-1build1.debian.tar.xz 2.4 KiB ab14d124801299e455f9978a1ed404bc0b674ba51806836208f9298be4f95331
haskell-permutation_0.5.0.5-1build1.dsc 2.3 KiB 79d297abeba365072bf11d2f05c4ec81650536df91fc671f71b4f90b3b08ace9

View changes file

Binary packages built by this source

libghc-permutation-dev: library for permutations and combinations

 This library includes data types for storing permutations and
 combinations. It implements pure and impure types, the latter of
 which can be modified in-place. The library uses aggressive
 inlining and MutableByteArray#s internally, so it is very
 efficient.
 .
 The main utility of the library is converting between the linear
 representation of a permutation and a sequence of swaps. This
 allows, for instance, applying a permutation or its inverse
 to an array with O(1) memory use.
 .
 Much of the interface for the library is based on the permutation
 and combination functions in the GNU Scientific Library (GSL).
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-permutation-doc: library for permutations and combinations; documentation

 This library includes data types for storing permutations and
 combinations. It implements pure and impure types, the latter of
 which can be modified in-place. The library uses aggressive
 inlining and MutableByteArray#s internally, so it is very
 efficient.
 .
 The main utility of the library is converting between the linear
 representation of a permutation and a sequence of swaps. This
 allows, for instance, applying a permutation or its inverse
 to an array with O(1) memory use.
 .
 Much of the interface for the library is based on the permutation
 and combination functions in the GNU Scientific Library (GSL).
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-permutation-prof: library for permutations and combinations; profiling libraries

 This library includes data types for storing permutations and
 combinations. It implements pure and impure types, the latter of
 which can be modified in-place. The library uses aggressive
 inlining and MutableByteArray#s internally, so it is very
 efficient.
 .
 The main utility of the library is converting between the linear
 representation of a permutation and a sequence of swaps. This
 allows, for instance, applying a permutation or its inverse
 to an array with O(1) memory use.
 .
 Much of the interface for the library is based on the permutation
 and combination functions in the GNU Scientific Library (GSL).
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.