packages feed

srcloc-0.2.1: srcloc.cabal

name:           srcloc
version:        0.2.1
cabal-version:  >= 1.6
license:        BSD3
license-file:   LICENSE
copyright:      (c) 2006-2012 Harvard University
author:         Geoffrey Mainland <mainland@eecs.harvard.edu>
maintainer:     mainland@eecs.harvard.edu
stability:      alpha
homepage:       http://www.eecs.harvard.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,
    syb >= 0.1 && < 0.4

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