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

Changelog

haskell-th-utilities (0.2.0.1-2) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Change Priority to optional. Since Debian Policy version 4.0.1,
    priority extra has been deprecated.
  * Use the HTTPS form of the copyright-format URL
  * Modify d/watch and Source field in d/copyright to use HTTPS
  * Declare compliance with Debian policy 4.1.3

  [ Gianfranco Costamagna ]
  * Disable test on armhf, fails with unaligned accesses on an arm64 kernel
    (this isn't properly a fix, but hopefully nobody will run armhf on top
    of an arm64 kernel and this package)

 -- Ilias Tsitsimpis <email address hidden>  Wed, 01 Nov 2017 12:15:27 +0200

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
Bionic release universe misc

Downloads

File Size SHA-256 Checksum
haskell-th-utilities_0.2.0.1-2.dsc 2.4 KiB 4870444cda3dc185d0139b5b87853f7cb6806badf385cabe516eb3f5a24ad352
haskell-th-utilities_0.2.0.1.orig.tar.gz 14.6 KiB 65c64cee69c0d9bf8d0d5d4590aaea7dcf4177f97818526cbb3fac20901671d6
haskell-th-utilities_0.2.0.1-2.debian.tar.xz 2.6 KiB 44bd57122c4f74c8f15633416518ce96337df5a75022e2b7bf91daeb661307e7

No changes file available.

Binary packages built by this source

libghc-th-utilities-dev: useful functions for use with Template Haskell

 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.
 See http://www.haskell.org/ for more information on Haskell.

libghc-th-utilities-doc: useful functions for use with Template Haskell; documentation

 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 the documentation for a library for the Haskell
 programming language.
 See http://www.haskell.org/ for more information on Haskell.

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.