Source: buddha
Section: devel 
Priority: optional
Maintainer: Bernard Pope <bjpop@cs.mu.oz.au>
Build-Depends: debhelper (>= 4.0.0), ghc6, ghc6-prof
Standards-Version: 3.6.0

Package: buddha-ghc6
Architecture: any
Depends: ${shlibs:Depends}, ghc6 (>= 6.2), ghc6 (<< 6.3), ghc6-prof (>= 6.2), ghc6-prof (<< 6.3) 
Recommends: graphviz 
Description:A declarative debugger for the Haskell programming language
 Buddha is a debugger for Haskell 98 programs. To be more precise, 
 it is a declarative debugger. It presents the evaluation of a Haskell 
 program as a series of equivalences, rather than the more traditional 
 stepwise presentation of debuggers for imperative languages.
 A typical debugging session involves a number of questions and answers.
 The questions are posed by the debugger, and the answers are provided 
 by the user. The questions relate to the evaluation of function 
 applications that were made during the execution of the program.
 .
 Homepage: http://www.cs.mu.oz.au/~bjpop/buddha/
