loch-th-0.2: loch-th.cabal
Name: loch-th
Version: 0.2
Synopsis: Support for precise error locations in source files (Template Haskell version)
Description: This module provides a Template Haskell based mechanism to
tag failures with the location of the failure call. The
location message includes the file name, line and column
numbers.
Homepage: https://github.com/liskin/loch-th
License: BSD3
License-file: LICENSE
Author: Tomas Janousek
Maintainer: tomi@nomi.cz
Category: Development
Build-type: Simple
Cabal-version: >=1.2
Library
Exposed-modules: Debug.Trace.LocationTH
Build-depends: base >=4 && <5, template-haskell, pretty