7bc3124a66
]Haskell. It is based on the concept of observation of intermediate data structures, rather than the more traditional stepping and variable examination paradigm used by imperative language debuggers.
23 lines
409 B
Makefile
23 lines
409 B
Makefile
# $OpenBSD
|
|
|
|
COMMENT = Haskell Object Observation Debugger
|
|
|
|
DISTNAME = hood-0.2
|
|
CATEGORIES = devel
|
|
|
|
HOMEPAGE = http://www.ittc.ku.edu/csdl/fpg/Hood
|
|
|
|
MAINTAINER = Matthias Kilian <kili@openbsd.org>
|
|
|
|
# BSD3
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
PERMIT_PACKAGE_FTP = Yes
|
|
PERMIT_DISTFILES_CDROM =Yes
|
|
PERMIT_DISTFILES_FTP = Yes
|
|
|
|
MODULES = lang/ghc
|
|
|
|
MODGHC_BUILD = cabal hackage haddock register
|
|
|
|
.include <bsd.port.mk>
|