Cabal revisions of GHood-0.0.6
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-Name: GHood-Version: 0.0.6-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 >= 3 && < 6, array, process- exposed-modules:- Debug.Observe- other-modules:- Paths_GHood- extensions: ScopedTypeVariables Rank2Types TypeSynonymInstances+Name: GHood +Version: 0.0.6 +x-revision: 1 +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 >= 3 && < 4.11, array, process + exposed-modules: + Debug.Observe + other-modules: + Paths_GHood + extensions: ScopedTypeVariables Rank2Types TypeSynonymInstances