haskell-th-utilities 0.2.0.1-1 source package in Ubuntu

Changelog

haskell-th-utilities (0.2.0.1-1) unstable; urgency=low

  * Initial release.

 -- Clint Adams <email address hidden>  Sun, 16 Jul 2017 17:58:06 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-th-utilities_0.2.0.1-1.dsc 2.5 KiB b2b02a8a5a79a30a4b4b94d26b6f082367f26079c851653fe3e72b02bbc97208
haskell-th-utilities_0.2.0.1.orig.tar.gz 14.6 KiB 65c64cee69c0d9bf8d0d5d4590aaea7dcf4177f97818526cbb3fac20901671d6
haskell-th-utilities_0.2.0.1-1.debian.tar.xz 2.3 KiB 9e161d93189b694201826c00b161084b5e553794c56fa3d92378b16c2d3b84d5

No changes file available.

Binary packages built by this source

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

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

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

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

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.