haskell-flexible-defaults 0.0.3-3build1 source package in Ubuntu

Changelog

haskell-flexible-defaults (0.0.3-3build1) oracular; urgency=medium

  * Rebuild against new GHC ABIs.

 -- Gianfranco Costamagna <email address hidden>  Wed, 15 May 2024 11:04:27 +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-flexible-defaults_0.0.3.orig.tar.gz 5.4 KiB 6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b
haskell-flexible-defaults_0.0.3-3build1.debian.tar.xz 2.9 KiB 198b43a0f321d4343901d51e41de805fdb553f6d23e706f44aae96c847806e73
haskell-flexible-defaults_0.0.3-3build1.dsc 2.5 KiB 7b28727f8b7a589ba662be1bb75f70ad2bd8d898bdbc16fd5bda01ded9ce6b83

View changes file

Binary packages built by this source

libghc-flexible-defaults-dev: generate default function implementations for complex type classes

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

libghc-flexible-defaults-doc: generate default function implementations for complex type classes; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.