packages feed

srcloc-0.1.1: srcloc.cabal

name:           srcloc
version:        0.1.1
cabal-version:  >= 1.6
license:        BSD3
license-file:   LICENSE
copyright:      (c) 2006-2010 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,
    symbol >= 0.1 && < 0.2,
    syb >= 0.1 && < 0.4

source-repository head
  type:     svn
  location: http://senseless.eecs.harvard.edu/repos/mainland-projects/srcloc/trunk/