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

Changelog

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

  * Rebuild against new OCAML ABI.

 -- Gianfranco Costamagna <email address hidden>  Fri, 09 Dec 2022 13:48:23 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Lunar
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.orig.tar.gz 5.4 KiB 6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b
haskell-flexible-defaults_0.0.3-2build1.debian.tar.xz 2.8 KiB 5d46222f7ec404fa7f89d38f25e66bc7e0c52241f33b0ee9931c5c6a8ffba0e6
haskell-flexible-defaults_0.0.3-2build1.dsc 2.5 KiB 707ba45b0c2bcf933a1a38e1bf9beb5a16448c66b6db2c22b76853f986765226

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.