packages feed

graph-wrapper-0.2.1: graph-wrapper.cabal

Cabal-Version:      >= 1.2
Build-Type:         Simple
Name:               graph-wrapper
Version:            0.2.1
Maintainer:         Max Bolingbroke <batterseapower@hotmail.com>
Homepage:           http://www.github.com/batterseapower/graph-wrapper
License:            BSD3
License-File:       LICENSE
Author:             Max Bolingbroke
Synopsis:           A wrapper around the standard Data.Graph with a less awkward interface
Category:           Data Structures

Library
    Exposed-Modules:    Data.Graph.Wrapper
    
    Build-Depends:      base >= 3.0 && < 5.0,
                        array >= 0.3 && < 0.4,
                        containers >= 0.3 && < 0.5