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

Changelog

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

  * Declare compliance with Debian policy 4.6.2
  * Sourceful upload for GHC 9.4

 -- Ilias Tsitsimpis <email address hidden>  Fri, 01 Sep 2023 20:30:12 +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
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
haskell-flexible-defaults_0.0.3-3.dsc 2.5 KiB 09b523de4703f3931980abe80062cec1223fdddd728a1dd39e4fe12941fbd044
haskell-flexible-defaults_0.0.3.orig.tar.gz 5.4 KiB 6586f6fce40e64f95e6d3de6d0730f9fe6668825d0dfd81336842fa8c62a630b
haskell-flexible-defaults_0.0.3-3.debian.tar.xz 2.8 KiB 8ac6c1e1f61a8bd818f739bec176b12aa3d11444dcc1aa6d7666a10356887d31

No changes file available.

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.