packages feed

GHood-0.0.2: GHood.cabal

Name:            GHood
Version:         0.0.2
License:         BSD3
License-file:    LICENSE
Copyright:
   Copyright (c) 2008, Hugo Pacheco
   Copyright (c) 2004, Alcino Cunha
   Copyright (c) 2000, Claus Reinke
   Copyright (c) 1992-2000, Andy Gill
Author:          Claus Reinke
Maintainer:      Hugo Pacheco <hpacheco@di.uminho.pt>
Synopsis:        A graphical viewer for Hood
Description:
        GHood is a graphical back-end for Hood, the front-end (the Haskell interface) is precisely that of Hood. If you have been using Hood already you won't have to change your programs to switch to GHood. If you haven't used Hood before, you can employ all the nice definitions in Hood's Observe library, just as explained in the Hood documentation (see the Hood homepage at <http://www.haskell.org/hood/>).
Homepage:        http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/GHood

Category: Debug

Data-files: GHood.jar

Build-type: Simple
Cabal-Version:  >=1.2

Flag splitBase
  Description:          Choose the new smaller, split-up base package.

Library
  Hs-Source-Dirs: src
  Build-Depends:        base, haskell98
  if flag(splitBase)
    Build-Depends:      base >= 3, array >= 0.1, pretty >= 1.0
  else
    Build-Depends:      base < 3
  exposed-modules:
        Debug.Observe
  other-modules:
        Paths_GHood
  extensions: ScopedTypeVariables Rank2Types TypeSynonymInstances