haskell-th-utilities 0.2.4.0-1build4 source package in Ubuntu

Changelog

haskell-th-utilities (0.2.4.0-1build4) hirsute; urgency=medium

  * No-change rebuild for new GHC ABIs

 -- Steve Langasek <email address hidden>  Thu, 29 Oct 2020 20:52:31 +0000

Upload details

Uploaded by:
Steve Langasek
Uploaded to:
Hirsute
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
haskell-th-utilities_0.2.4.0.orig.tar.gz 15.7 KiB 340dd6a85d80500fc755bf98ca77ac562ce7755fb126931ab1097a97ba6e71b0
haskell-th-utilities_0.2.4.0-1build4.debian.tar.xz 3.0 KiB 4b0e7d43aa185c80ef114ab94e25514e9a569ec07dc827d745a6402a177e233b
haskell-th-utilities_0.2.4.0-1build4.dsc 2.5 KiB e5952acfa5d67d4e273a945bb169afd292644cb18adf4278f09d0cbd7a67ec81

Available diffs

View changes file

Binary packages built by this source

libghc-th-utilities-dev: No summary available for libghc-th-utilities-dev in ubuntu hirsute.

No description available for libghc-th-utilities-dev in ubuntu hirsute.

libghc-th-utilities-doc: No summary available for libghc-th-utilities-doc in ubuntu impish.

No description available for libghc-th-utilities-doc in ubuntu impish.

libghc-th-utilities-prof: useful functions for use with Template Haskell; profiling libraries

 The 'th-utilities' package provides a number of useful utilities for
 Template Haskell. In particular:
 .
  * TH.Derive provides a convenient system for using TH to derive
    typeclass instances. It allows for open registration of TH
    derivers, and reuses instance syntax for invoking them.
      * TH.Derive.Storable defines derivation of Storable for ADTs.
  * TH.ReifyDataType provides utilities for reifying simplified datatype
    info. It omits details that you don't usually want to handle, making
    it much more straightforward to generate code based on datatype
    structure.
  * TH.RelativePaths provides utilities for loading files based on paths
    relative to the cabal file. This is particularly handy for loading
    code into ghci even when its current dir isn't the package dir.
    Ideally, this module would be used by everyone who currently uses
    qAddDependentFile.
  * TH.Utilities provides a miscellaneous set of utilities that are
    useful within this package and elsewhere.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.