packages feed

text-loc-0.1: text-loc.cabal

Name: text-loc
Version: 0.1
Category: Text
Stability: experimental
Synopsis: Line-column locations within a text.
Description:
  This package provides data types that describe line-column locations
  within a text.

Homepage: https://github.com/mvv/text-loc
Bug-Reports: https://github.com/mvv/text-loc/issues

Author: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Maintainer: Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
Copyright: 2014-2016 Mikhail Vorozhtsov <mikhail.vorozhtsov@gmail.com>
License: BSD3
License-File: LICENSE

Cabal-Version: >= 1.6.0
Build-Type: Simple

Source-Repository head
  Type: git
  Location: https://github.com/mvv/text-loc.git

Library
  Build-Depends: base >= 4 && < 5
               , hashable >= 1.1.1
  Hs-Source-Dirs: src
  GHC-Options: -Wall
  Exposed-Modules:
    Text.Loc