aboutsummaryrefslogtreecommitdiff
path: root/devel/hs-hat
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-02-03 22:38:25 +0000
commit780e8a39f08838e2a960ef805cd5756788edea11 (patch)
treedfcadec1f283df9f3eb09eb529f775dfe7b197d7 /devel/hs-hat
parentd39e7fabf95eae05bc2479f307fad20320310c7d (diff)
downloadports-780e8a39f08838e2a960ef805cd5756788edea11.tar.gz
ports-780e8a39f08838e2a960ef805cd5756788edea11.zip
Notes
Diffstat (limited to 'devel/hs-hat')
-rw-r--r--devel/hs-hat/Makefile101
-rw-r--r--devel/hs-hat/distinfo3
-rw-r--r--devel/hs-hat/files/patch-script::harch13
-rw-r--r--devel/hs-hat/files/patch-script_confhat14
-rw-r--r--devel/hs-hat/files/patch-script_confhc-hat14
-rw-r--r--devel/hs-hat/pkg-descr10
-rw-r--r--devel/hs-hat/pkg-plist362
7 files changed, 0 insertions, 517 deletions
diff --git a/devel/hs-hat/Makefile b/devel/hs-hat/Makefile
deleted file mode 100644
index eefa87306b79..000000000000
--- a/devel/hs-hat/Makefile
+++ /dev/null
@@ -1,101 +0,0 @@
-# New ports collection makefile for: hat
-# Date created: 16 June 2002
-# Whom: Oliver Braun <obraun@informatik.unibw-muenchen.de>
-#
-# $FreeBSD$
-#
-
-PORTNAME= hat
-PORTVERSION= 2.05
-CATEGORIES= devel haskell
-MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/${PORTNAME}/
-PKGNAMEPREFIX= hs-
-
-MAINTAINER= haskell@FreeBSD.org
-COMMENT= A source-level tracer for Haskell 98
-
-BROKEN= Does not build with recent ghc
-DEPRECATED= has been broken for more than 6 months
-EXPIRATION_DATE=2009-01-19
-
-USE_GMAKE= yes
-HAS_CONFIGURE= yes
-USE_GNOME= glib12
-
-OPTIONS= NHC98 "Build with nhc98" off
-
-.include <bsd.port.pre.mk>
-
-.if defined(WITH_NHC98)
-BUILD_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
-RUN_DEPENDS= nhc98:${PORTSDIR}/lang/nhc98
-PKGNAMESUFFIX= -nhc98
-.else
-BUILD_DEPENDS= hmake:${PORTSDIR}/devel/hs-hmake \
- ghc:${PORTSDIR}/lang/ghc
-RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc
-PKGNAMESUFFIX= -ghc6
-.endif
-
-ALL_TARGET= hat
-.if defined(WITH_NHC98)
-ALL_TARGET+= hat-lib-nhc
-.else
-ALL_TARGET+= hat-lib-ghc
-.endif
-
-.if defined(WITH_NHC98)
-PLIST_SUB+= NHC98=""
-PLIST_SUB+= GHC="@comment "
-.else
-PLIST_SUB+= NHC98="@comment "
-GHC_VERSION= `${LOCALBASE}/bin/ghc --numeric-version`
-PLIST_SUB+= GHC=""
-PLIST_SUB+= GHC_VERSION="${GHC_VERSION}"
-.endif
-
-CONFIGURE_ARGS= --prefix=${PREFIX} --libdir=${PREFIX}/lib
-.if defined(WITH_NHC98)
-CONFIGURE_ARGS+= --buildwith=nhc98
-.else
-CONFIGURE_ARGS+= --buildwith=ghc
-.endif
-
-.if !defined(NOPORTDOCS)
-CONFIGURE_ARGS+= --docdir=${DOCSDIR} +docs
-PORTDOCS= *
-.endif
-
-MAN1= black-hat.1 hat-anim.1 hat-cover.1 hat-delta.1 hat-detect.1 hat-nonterm.1 hat-observe.1 \
- hat-stack.1 hat-trail.1 hat-trans.1 pretty-hat.1
-
-pre-everything::
- @${ECHO_CMD} ""
-.if !defined(WITH_NHC98)
- @${ECHO_CMD} " HAT will be built and installed with ghc."
- @${ECHO_CMD} " Define WITH_NHC98 to install with nhc98."
-.else
- @${ECHO_CMD} " HAT will be built and installed with nhc98."
-.endif
- @${ECHO_CMD} ""
-
-post-patch:
- @${REINPLACE_CMD} -e "s|glib-config|${GLIB_CONFIG}|" \
- ${WRKSRC}/configure ${WRKSRC}/src/hattools/Makefile
-.if !(defined(WITH_NHC98))
-.for f in hattrans/Makefile hatlib/Makefile
- @${REINPLACE_CMD} -e "s/package lang/package haskell98/" ${WRKSRC}/src/${f}
-.endfor
- @${REINPLACE_CMD} -e "s/package lang/package base -package haskell98/" ${WRKSRC}/src/hattools/Makefile
-.endif
-
-post-install:
-. if !defined(WITH_NHC98)
- @${RM} -f ${PREFIX}/lib/ghc-${GHC_VERSION}/package.conf.old
-. endif
-
- @${INSTALL_DATA} ${WRKSRC}/src/hatlib/hat.cabal \
- ${PREFIX}/lib/ix86-FreeBSD
- @${RM} -rf ${PREFIX}/share/doc/hat/CVS
-
-.include <bsd.port.post.mk>
diff --git a/devel/hs-hat/distinfo b/devel/hs-hat/distinfo
deleted file mode 100644
index 22783b0dd472..000000000000
--- a/devel/hs-hat/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (hat-2.05.tar.gz) = 027a74fe438f51529bc781d4dfc8ff40
-SHA256 (hat-2.05.tar.gz) = 2c140bac407bd5706ae776bd64854a4921d741f36b1a6962b553a047767dcf06
-SIZE (hat-2.05.tar.gz) = 1675604
diff --git a/devel/hs-hat/files/patch-script::harch b/devel/hs-hat/files/patch-script::harch
deleted file mode 100644
index df33c71c6959..000000000000
--- a/devel/hs-hat/files/patch-script::harch
+++ /dev/null
@@ -1,13 +0,0 @@
---- script/harch.orig Mon May 27 10:30:55 2002
-+++ script/harch Mon May 27 10:31:11 2002
-@@ -13,8 +13,8 @@
-
- if uname >/dev/null 2>&1
- then
-- if uname -p >/dev/null 2>&1
-- then PROCESSOR=`uname -p`
-+ if uname -m >/dev/null 2>&1
-+ then PROCESSOR=`uname -m`
- case "$PROCESSOR" in
- unknown|*\ *)
- PROCESSOR=`uname -m`
diff --git a/devel/hs-hat/files/patch-script_confhat b/devel/hs-hat/files/patch-script_confhat
deleted file mode 100644
index c6f66548c0ef..000000000000
--- a/devel/hs-hat/files/patch-script_confhat
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- script/confhat.orig
-+++ script/confhat
-@@ -24,7 +24,7 @@
- # discover ghc version (technique courtesy of Simon Marlow)
- echo __GLASGOW_HASKELL__ >ghcsym.hs;
- $COMP -E -cpp -optP-P ghcsym.hs -o ghcsym.out;
-- GHCSYM=`grep -v '^#' ghcsym.out | grep -v '^$'`
-+ GHCSYM=`grep -v '^#' ghcsym.out | grep -v '^$' | grep -v '^{'`
- rm -f ghcsym.hs ghcsym.out;
-
- # # discover ghc location
diff --git a/devel/hs-hat/files/patch-script_confhc-hat b/devel/hs-hat/files/patch-script_confhc-hat
deleted file mode 100644
index a34ddae2d785..000000000000
--- a/devel/hs-hat/files/patch-script_confhc-hat
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- script/confhc-hat.orig
-+++ script/confhc-hat
-@@ -56,7 +56,7 @@
- ghcsym () {
- echo __GLASGOW_HASKELL__ >ghcsym.hs;
- $1 -E -cpp -optP-P ghcsym.hs -o ghcsym.out;
-- grep -v '^#' ghcsym.out | grep -v '^$' > $2
-+ grep -v '^#' ghcsym.out | grep -v '^$' | grep -v '^{' > $2
- rm -f ghcsym.hs ghcsym.out;
- }
-
diff --git a/devel/hs-hat/pkg-descr b/devel/hs-hat/pkg-descr
deleted file mode 100644
index fe6dd35cc8c2..000000000000
--- a/devel/hs-hat/pkg-descr
+++ /dev/null
@@ -1,10 +0,0 @@
-Hat is a source-level tracer for Haskell 98, the standard lazy functional
-programming language. Hat is a tool that gives the user access to otherwise
-invisible information about a computation.
-
-Hat works with both ghc and nhc98.
-
-WWW: http://www.haskell.org/hat/
-
--- Oliver Braun
-obraun@informatik.unibw-muenchen.de
diff --git a/devel/hs-hat/pkg-plist b/devel/hs-hat/pkg-plist
deleted file mode 100644
index ac263fe1108d..000000000000
--- a/devel/hs-hat/pkg-plist
+++ /dev/null
@@ -1,362 +0,0 @@
-bin/black-hat
-bin/hat-anim
-bin/hat-check
-bin/hat-cover
-bin/hat-delta
-bin/hat-detect
-bin/hat-explore
-bin/hat-graph
-bin/hat-nonterm
-bin/hat-observe
-bin/hat-stack
-bin/hat-trail
-bin/hat-trans
-bin/hat-view
-bin/pretty-hat
-include/hat-2.05/Array.hx
-include/hat-2.05/CPUTime.hx
-include/hat-2.05/Char.hx
-include/hat-2.05/Complex.hx
-include/hat-2.05/Control/Arrow.hx
-include/hat-2.05/Control/Monad.hx
-%%GHC%%include/hat-2.05/Control/Monad/Cont.hx
-%%GHC%%include/hat-2.05/Control/Monad/Error.hx
-include/hat-2.05/Control/Monad/Fix.hx
-include/hat-2.05/Control/Monad/Identity.hx
-%%GHC%%include/hat-2.05/Control/Monad/List.hx
-%%GHC%%include/hat-2.05/Control/Monad/RWS.hx
-%%GHC%%include/hat-2.05/Control/Monad/Reader.hx
-%%GHC%%include/hat-2.05/Control/Monad/State.hx
-include/hat-2.05/Control/Monad/Trans.hx
-%%GHC%%include/hat-2.05/Control/Monad/Writer.hx
-include/hat-2.05/Data/Array.hx
-include/hat-2.05/Data/Bits.hx
-include/hat-2.05/Data/Bool.hx
-include/hat-2.05/Data/Char.hx
-include/hat-2.05/Data/Complex.hx
-include/hat-2.05/Data/Either.hx
-include/hat-2.05/Data/FiniteMap.hx
-include/hat-2.05/Data/IORef.hx
-include/hat-2.05/Data/IORefBuiltin.hx
-include/hat-2.05/Data/Ix.hx
-include/hat-2.05/Data/List.hx
-include/hat-2.05/Data/Maybe.hx
-include/hat-2.05/Data/Monoid.hx
-include/hat-2.05/Data/PackedString.hx
-include/hat-2.05/Data/PackedStringBuiltin.hx
-include/hat-2.05/Data/Ratio.hx
-include/hat-2.05/Data/Set.hx
-include/hat-2.05/Data/Tuple.hx
-include/hat-2.05/Data/Word.hx
-include/hat-2.05/Data/WordBuiltin.hx
-include/hat-2.05/Debug/Trace.hx
-include/hat-2.05/Directory.hx
-include/hat-2.05/DirectoryBuiltin.hx
-include/hat-2.05/DirectoryBuiltinTypes.hx
-include/hat-2.05/Foreign/BuiltinTypes.hx
-include/hat-2.05/Foreign/ForeignPtr.hx
-include/hat-2.05/Foreign/Marshal/Error.hx
-include/hat-2.05/Foreign/Ptr.hx
-include/hat-2.05/Foreign/StablePtr.hx
-include/hat-2.05/Foreign/Storable.hx
-include/hat-2.05/IO.hx
-include/hat-2.05/IOBuiltin.hx
-include/hat-2.05/IOBuiltinTypes.hx
-include/hat-2.05/Ix.hx
-include/hat-2.05/List.hx
-include/hat-2.05/Locale.hx
-include/hat-2.05/Maybe.hx
-include/hat-2.05/Monad.hx
-include/hat-2.05/Numeric.hx
-include/hat-2.05/Prelude.hx
-include/hat-2.05/PreludeBasic.hx
-include/hat-2.05/PreludeBuiltin.hx
-include/hat-2.05/PreludeBuiltinTypes.hx
-include/hat-2.05/Random.hx
-include/hat-2.05/RandomBuiltin.hx
-include/hat-2.05/Ratio.hx
-include/hat-2.05/System.hx
-include/hat-2.05/System/CPUTime.hx
-include/hat-2.05/System/Cmd.hx
-include/hat-2.05/System/Console/GetOpt.hx
-include/hat-2.05/System/Directory.hx
-include/hat-2.05/System/Environment.hx
-include/hat-2.05/System/Exit.hx
-include/hat-2.05/System/IO.hx
-include/hat-2.05/System/IO/Error.hx
-include/hat-2.05/System/IO/Unsafe.hx
-include/hat-2.05/System/Locale.hx
-include/hat-2.05/System/Random.hx
-include/hat-2.05/System/Time.hx
-include/hat-2.05/SystemBuiltin.hx
-include/hat-2.05/SystemBuiltinTypes.hx
-include/hat-2.05/Test/QuickCheck.hx
-include/hat-2.05/Text/ParserCombinators/Parsec.hx
-include/hat-2.05/Text/PrettyPrint.hx
-include/hat-2.05/Text/PrettyPrint/HughesPJ.hx
-include/hat-2.05/Text/Read.hx
-include/hat-2.05/Text/Show.hx
-include/hat-2.05/Time.hx
-include/hat-2.05/TimeBuiltin.hx
-include/hat-2.05/TimeBuiltinTypes.hx
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Array.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/CPUTime.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Char.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Complex.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Arrow.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Cont.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Error.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Fix.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Identity.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/List.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/RWS.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Reader.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/State.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Trans.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Control/Monad/Writer.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Array.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Bits.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Bool.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Char.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Complex.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Either.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/FiniteMap.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/IORef.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/IORefBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Ix.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/List.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Maybe.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Monoid.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/PackedString.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/PackedStringBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Ratio.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Set.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Tuple.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/Word.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Data/WordBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Debug/Trace.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Directory.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/DirectoryBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/DirectoryBuiltinTypes.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/BuiltinTypes.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/ForeignPtr.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/Marshal/Error.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/Ptr.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/StablePtr.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Foreign/Storable.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Hack.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Hat.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/IO.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/IOBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/IOBuiltinTypes.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Ix.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/List.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Locale.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Maybe.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Monad.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Numeric.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Prelude.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/PreludeBasic.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/PreludeBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/PreludeBuiltinTypes.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Random.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/RandomBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Ratio.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/CPUTime.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Cmd.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Console/GetOpt.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Directory.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Environment.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Exit.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/IO.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/IO/Error.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/IO/Unsafe.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Locale.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Random.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/System/Time.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/SystemBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/SystemBuiltinTypes.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Test/QuickCheck.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Char.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Combinator.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Error.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Expr.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Perm.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Pos.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec/Prim.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/PrettyPrint.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/PrettyPrint/HughesPJ.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/Read.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Text/Show.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/Time.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/TimeBuiltin.hi
-%%GHC%%imports/hat-2.05/ghc-606/Hat/TimeBuiltinTypes.hi
-%%GHC%%lib/hat-2.05/ix86-FreeBSD/ghc-606/libHShat.a
-%%NHC98%%include/nhc98/packages/hat/Hat/Array.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/CPUTime.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Char.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Complex.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Control/Arrow.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Control/Monad.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Control/Monad/Fix.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Control/Monad/Identity.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Control/Monad/Trans.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Array.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Bits.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Bool.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Char.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Complex.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Either.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/FiniteMap.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/IORef.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/IORefBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Ix.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/List.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Maybe.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Monoid.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/PackedString.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/PackedStringBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Ratio.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Set.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Tuple.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/Word.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Data/WordBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Debug/Trace.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Directory.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/DirectoryBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/DirectoryBuiltinTypes.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/BuiltinTypes.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/ForeignPtr.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/Marshal/Error.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/Ptr.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/StablePtr.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Foreign/Storable.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Hack.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Hat.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/IO.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/IOBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/IOBuiltinTypes.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Ix.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/List.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Locale.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Maybe.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Monad.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Numeric.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Prelude.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/PreludeBasic.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/PreludeBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/PreludeBuiltinTypes.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Random.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/RandomBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Ratio.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/CPUTime.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Cmd.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Console/GetOpt.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Directory.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Environment.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Exit.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/IO.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/IO/Error.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/IO/Unsafe.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Locale.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Random.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/System/Time.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/SystemBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/SystemBuiltinTypes.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Test/QuickCheck.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Char.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Combinator.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Error.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Expr.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Perm.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Pos.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec/Prim.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/PrettyPrint.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/PrettyPrint/HughesPJ.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/Read.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Text/Show.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/Time.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/TimeBuiltin.hi
-%%NHC98%%include/nhc98/packages/hat/Hat/TimeBuiltinTypes.hi
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Text/PrettyPrint
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Text/ParserCombinators/Parsec
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Text/ParserCombinators
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Text
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Test
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/System/IO
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/System/Console
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/System
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Foreign/Marshal
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Foreign
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Debug
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Data
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Control/Monad
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat/Control
-%%NHC98%%@dirrm include/nhc98/packages/hat/Hat
-%%NHC98%%@dirrm include/nhc98/packages/hat
-@dirrm include/hat-2.05/Text/Show
-@dirrm include/hat-2.05/Text/Regex
-@dirrm include/hat-2.05/Text/PrettyPrint
-@dirrm include/hat-2.05/Text/ParserCombinators
-@dirrm include/hat-2.05/Text/Html
-@dirrm include/hat-2.05/Text
-@dirrm include/hat-2.05/Test/QuickCheck
-@dirrm include/hat-2.05/Test
-@dirrm include/hat-2.05/System/IO
-@dirrm include/hat-2.05/System/Directory
-@dirrm include/hat-2.05/System/Console
-@dirrm include/hat-2.05/System
-@dirrm include/hat-2.05/NHC
-@dirrm include/hat-2.05/Foreign/Marshal
-@dirrm include/hat-2.05/Foreign/C
-@dirrm include/hat-2.05/Foreign
-@dirrm include/hat-2.05/Debug/QuickCheck
-@dirrm include/hat-2.05/Debug
-@dirrm include/hat-2.05/Data
-@dirrm include/hat-2.05/Control/Monad
-@dirrm include/hat-2.05/Control
-@dirrm include/hat-2.05
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Text/PrettyPrint
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators/Parsec
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Text/ParserCombinators
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Text
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Test
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/System/IO
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/System/Console
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/System
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Foreign/Marshal
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Foreign
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Debug
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Data
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Control/Monad
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat/Control
-%%GHC%%@dirrm imports/hat-2.05/ghc-606/Hat
-%%GHC%%@dirrm imports/hat-2.05/ghc-606
-%%GHC%%@dirrm imports/hat-2.05
-%%GHC%%@dirrm imports
-%%GHC%%@dirrm lib/hat-2.05/ix86-FreeBSD/ghc-606
-%%GHC%%@dirrm lib/hat-2.05/ix86-FreeBSD
-%%GHC%%@dirrm lib/hat-2.05
-lib/ix86-FreeBSD/black-hat
-lib/ix86-FreeBSD/config
-lib/ix86-FreeBSD/hat-anim
-lib/ix86-FreeBSD/hat-check
-lib/ix86-FreeBSD/hat-cover
-lib/ix86-FreeBSD/hat-delta
-lib/ix86-FreeBSD/hat-detect
-lib/ix86-FreeBSD/hat-explore
-lib/ix86-FreeBSD/hat-nonterm
-lib/ix86-FreeBSD/hat-observe
-lib/ix86-FreeBSD/hat-stack
-lib/ix86-FreeBSD/hat-trail
-lib/ix86-FreeBSD/hat-trans
-lib/ix86-FreeBSD/hat-view
-lib/ix86-FreeBSD/hat.cabal
-lib/ix86-FreeBSD/pretty-hat
-@dirrm lib/ix86-FreeBSD
-%%NHC98%%lib/nhc98/ix86-FreeBSD/libHShat.a