packages feed

hit-graph-0.1: hit-graph.cabal

name:                hit-graph
version:             0.1
synopsis:            Use graph algorithms to access and manipulate Git repos
description:
  This library contains utilities for loading Git repo data into a graph, and
  using graph algorithms to extract useful information, and perhaps even modify
  the repo in interesting ways.
homepage:            http://hub.darcs.net/fr33domlover/hit-graph
bug-reports:         mailto:fr33domlover@riseup.net
license:             PublicDomain
license-file:        COPYING
author:              fr33domlover
maintainer:          fr33domlover@riseup.net
copyright:           ♡ Copying is an act of love. Please copy, reuse and share.
category:            Graphs, Git, Development
build-type:          Simple
extra-source-files:  AUTHORS ChangeLog COPYING INSTALL.md NEWS.md README.md
cabal-version:       >=1.10

source-repository head
  type:                darcs
  location:            http://hub.darcs.net/fr33domlover/hit-graph

library
  exposed-modules:     Data.Git.Graph
                       Data.Git.Graph.Util
                       Data.Graph.Inductive.Query.Topsort
  -- other-modules:       
  -- other-extensions:    
  build-depends:       base                 >= 4.8 && < 5
                     , containers
                     --, dlist
                     , fgl
                     , hashable
                     , hit
                     , transformers
                     , unordered-containers
  hs-source-dirs:      src
  default-language:    Haskell2010
  ghc-options:         -Wall