packages feed

srcloc-0.4.1: srcloc.cabal

name:           srcloc
version:        0.4.1
cabal-version:  >= 1.6
license:        BSD3
license-file:   LICENSE
copyright:      (c) 2006-2011 Harvard University
                (c) 2011-2014 Geoffrey Mainland
author:         Geoffrey Mainland <mainland@cs.drexel.edu>
maintainer:     Geoffrey Mainland <mainland@cs.drexel.edu>
stability:      alpha
homepage:       http://www.cs.drexel.edu/~mainland/
category:       Data
synopsis:       Data types for managing source code locations.
description:    Data types for managing source code locations.

build-type:     Simple

library
  exposed-modules:
    Data.Loc

  build-depends:
    base >= 4 && < 5

source-repository head
  type:     git
  location: git://github.com/mainland/srcloc.git