haskell-ghc-typelits-extra 0.4.3-2build1 source package in Ubuntu

Changelog

haskell-ghc-typelits-extra (0.4.3-2build1) lunar; urgency=medium

  * Rebuild against new GHC ABI.

 -- Gianfranco Costamagna <email address hidden>  Sun, 11 Dec 2022 09:39:26 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
haskell-ghc-typelits-extra_0.4.3.orig.tar.gz 14.9 KiB 286cdd62ea48e84f3c8f0b0602f388dc97baa7ccb9743dbf602034610106e419
haskell-ghc-typelits-extra_0.4.3-2build1.debian.tar.xz 2.7 KiB 17194cc94681881811632f89e351afb8bafac38f689cd03ffae992bf052b1fa4
haskell-ghc-typelits-extra_0.4.3-2build1.dsc 2.9 KiB 10d6b5846965824f53ec6a9fc3af5a036c76e2af0c4f8898a49bce27d6ce49b3

View changes file

Binary packages built by this source

libghc-ghc-typelits-extra-dev: Additional type-level operations on GHC.TypeLits.Nat

 Operations:
 .
  * Max: type-level max
 .
  * Min: type-level min
 .
  * Div: type-level div
 .
  * Mod: type-level mod
 .
  * FLog: type-level equivalent of integerLogBase
 i.e. the exact integer equivalent to floor (logBase x y)
 .
  * CLog: type-level equivalent of the ceiling of integerLogBase
 i.e. the exact integer equivalent to ceiling (logBase x y)
 .
  * Log: type-level equivalent of integerLogBase
 where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
 b x)
 .
  * GCD: a type-level gcd
 .
  * LCM: a type-level lcm
 .
 And a custom solver for the above operations defined in
 GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
 add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
 .
 pragma to the header of your file.
 .
 This package provides a library for the Haskell programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-typelits-extra-doc: Additional type-level operations on GHC.TypeLits.Nat; documentation

 Operations:
 .
  * Max: type-level max
 .
  * Min: type-level min
 .
  * Div: type-level div
 .
  * Mod: type-level mod
 .
  * FLog: type-level equivalent of integerLogBase
 i.e. the exact integer equivalent to floor (logBase x y)
 .
  * CLog: type-level equivalent of the ceiling of integerLogBase
 i.e. the exact integer equivalent to ceiling (logBase x y)
 .
  * Log: type-level equivalent of integerLogBase
 where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
 b x)
 .
  * GCD: a type-level gcd
 .
  * LCM: a type-level lcm
 .
 And a custom solver for the above operations defined in
 GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
 add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
 .
 pragma to the header of your file.
 .
 This package provides the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

libghc-ghc-typelits-extra-prof: Additional type-level operations on GHC.TypeLits.Nat; profiling libraries

 Operations:
 .
  * Max: type-level max
 .
  * Min: type-level min
 .
  * Div: type-level div
 .
  * Mod: type-level mod
 .
  * FLog: type-level equivalent of integerLogBase
 i.e. the exact integer equivalent to floor (logBase x y)
 .
  * CLog: type-level equivalent of the ceiling of integerLogBase
 i.e. the exact integer equivalent to ceiling (logBase x y)
 .
  * Log: type-level equivalent of integerLogBase
 where the operation only reduces when floor (logBase b x) ~ ceiling (logBase
 b x)
 .
  * GCD: a type-level gcd
 .
  * LCM: a type-level lcm
 .
 And a custom solver for the above operations defined in
 GHC.TypeLits.Extra.Solver as a GHC type-checker plugin. To use the plugin,
 add the
 .
 OPTIONS_GHC -fplugin GHC.TypeLits.Extra.Solver
 .
 pragma to the header of your file.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.