packages feed

hood-0.2.1: hood.cabal

Name:                hood
Version:             0.2.1
Synopsis:            Debugging by observing in place
Description:         Hood debugger, based on the idea of observing functions and structures as they are evaluated.
Category:            Debug, Trace
License:             BSD3
License-file:        LICENSE
Author:              Andy Gill
Maintainer:          Andy Gill <andygill@ku.edu>
Copyright:           (c) 2000 Andy Gill, (c) 2010-2015 University of Kansas
Homepage:            http://www.ittc.ku.edu/csdl/fpg/Hood
bug-reports:         https://github.com/ku-fpg/hood/issues
Stability:           alpha
build-type:          Simple
Cabal-Version:       >= 1.6
extra-source-files:  CHANGELOG.md, README.md

Library
  Build-Depends: base >= 4 && < 5, array
  Exposed-modules:
      Debug.Hood.Observe

source-repository head
    type:     git
    location: https://github.com/ku-fpg/hood