Cabal revisions of loch-th-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: loch-th Version: 0.1+x-revision: 1 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.+ 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 Library Exposed-modules: Debug.Trace.LocationTH- Build-depends: base >=4 && <5, template-haskell, pretty+ Build-depends: base >= 4 && < 4.11, template-haskell, pretty