haskell-flexible-defaults 0.0.3-2 source package in Ubuntu

Changelog

haskell-flexible-defaults (0.0.3-2) unstable; urgency=medium

  * Declare compliance with Debian policy 4.6.1
  * Sourceful upload for GHC 9.0.2

 -- Ilias Tsitsimpis <email address hidden>  Tue, 19 Jul 2022 11:10:06 +0300

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-flexible-defaults_0.0.3-2.dsc 2.5 KiB 3d32a8003dca2097c37e083a079d1724ffcf6f0113fc3d7a37eef20cfcc08cf0
haskell-flexible-defaults_0.0.3.orig.tar.gz 5.4 KiB 6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b
haskell-flexible-defaults_0.0.3-2.debian.tar.xz 2.8 KiB 166e4a9d4eb7fe68e07515fea190906da6b0e75cd954fafcccca2d95bb71f617

No changes file available.

Binary packages built by this source

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

No description available for libghc-flexible-defaults-dev in ubuntu kinetic.

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

No description available for libghc-flexible-defaults-doc in ubuntu kinetic.

libghc-flexible-defaults-prof: generate default function implementations for complex type classes; profiling libraries

 Template Haskell code to implement default implementations for
 type-class functions based on which functions are already implemented.
 Currently extremely crude but still fairly effective.
 .
 When defining a type class with many functions, each of which can be
 implemented based on arbitrary subsets of the others, the standard
 default-implementation concept breaks down quite badly. This library
 provides a system by which more complex rules can be described for
 choosing default implementations based on which ones the user
 supplies. These implementations can additionally be given
 "suitability scores", so that when multiple possible choices could be
 made, the library can choose the "best" one.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.