/
/GHood.cabal
1 Name: GHood
2 Version: 0.0.3
3 License: BSD3
4 License-file: LICENSE
5 Copyright:
6 Copyright (c) 2008, Hugo Pacheco
7 Copyright (c) 2004, Alcino Cunha
8 Copyright (c) 2000, Claus Reinke
9 Copyright (c) 1992-2000, Andy Gill
10 Author: Claus Reinke
11 Maintainer: Hugo Pacheco <hpacheco@di.uminho.pt>
12 Synopsis: A graphical viewer for Hood
13 Description:
14 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/>).
15 Homepage: http://www.cs.kent.ac.uk/people/staff/cr3/toolbox/haskell/GHood
16
17 Category: Debug
18
19 Data-files: GHood.jar
20
21 Build-type: Simple
22 Cabal-Version: >=1.2
23
24 Flag splitBase
25 Description: Choose the new smaller, split-up base package.
26
27 Library
28 Hs-Source-Dirs: src
29 Build-Depends: base, haskell98
30 if flag(splitBase)
31 Build-Depends: base >= 3, array >= 0.1, pretty >= 1.0
32 else
33 Build-Depends: base < 3
34 exposed-modules:
35 Debug.Observe
36 other-modules:
37 Paths_GHood
38 extensions: ScopedTypeVariables Rank2Types TypeSynonymInstances