diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-07-26 13:38:27 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2002-07-26 13:38:27 +0000 |
commit | fb48e4903183a8adca98b9344c89e4f567be0214 (patch) | |
tree | fbecff40be671fea2e0520a1e24f8652267c45f5 /lang | |
parent | 5ee4f82222d510126f16f3377d45efc12733c048 (diff) | |
download | ports-fb48e4903183a8adca98b9344c89e4f567be0214.tar.gz ports-fb48e4903183a8adca98b9344c89e4f567be0214.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 | ||||
-rw-r--r-- | lang/ghc-doc/Makefile | 35 | ||||
-rw-r--r-- | lang/ghc-doc/distinfo | 8 | ||||
-rw-r--r-- | lang/ghc-doc/pkg-comment | 1 | ||||
-rw-r--r-- | lang/ghc-doc/pkg-descr | 3 | ||||
-rw-r--r-- | lang/ghc-doc/pkg-plist | 590 | ||||
-rw-r--r-- | lang/ghc5-doc/Makefile | 35 | ||||
-rw-r--r-- | lang/ghc5-doc/distinfo | 8 | ||||
-rw-r--r-- | lang/ghc5-doc/pkg-comment | 1 | ||||
-rw-r--r-- | lang/ghc5-doc/pkg-descr | 3 | ||||
-rw-r--r-- | lang/ghc5-doc/pkg-plist | 590 | ||||
-rw-r--r-- | lang/ghc6-doc/Makefile | 35 | ||||
-rw-r--r-- | lang/ghc6-doc/distinfo | 8 | ||||
-rw-r--r-- | lang/ghc6-doc/pkg-comment | 1 | ||||
-rw-r--r-- | lang/ghc6-doc/pkg-descr | 3 | ||||
-rw-r--r-- | lang/ghc6-doc/pkg-plist | 590 |
16 files changed, 1912 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index a12c33ed2e1a..274d0e589635 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -56,6 +56,7 @@ SUBDIR += gcl SUBDIR += gforth SUBDIR += ghc + SUBDIR += ghc-doc SUBDIR += glibstdc++28 SUBDIR += gnat SUBDIR += gnat-doc-html diff --git a/lang/ghc-doc/Makefile b/lang/ghc-doc/Makefile new file mode 100644 index 000000000000..a9df3ad288fd --- /dev/null +++ b/lang/ghc-doc/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: ghc-doc +# Date created: 26 Jul 2002 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ghc-doc +PORTVERSION= 5.04 +CATEGORIES= lang +MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \ + http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ +DISTFILES= building.html.tar.gz building.ps hslibs.html.tar.gz \ + hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \ + users_guide.ps index.html +DIST_SUBDIR= ghc +EXTRACT_ONLY= + +MAINTAINER= olgeni@FreeBSD.org + +NO_BUILD= yes + +do-install: + @${MKDIR} ${LOCALBASE}/share/doc/ghc +.for FILE in building.ps hslibs.ps users_guide.ps index.html + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + ${LOCALBASE}/share/doc/ghc +.endfor +.for FILE in building.html.tar.gz hslibs.html.tar.gz \ + libraries.html.tar.gz users_guide.html.tar.gz + @${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + -C ${LOCALBASE}/share/doc/ghc +.endfor + +.include <bsd.port.mk> diff --git a/lang/ghc-doc/distinfo b/lang/ghc-doc/distinfo new file mode 100644 index 000000000000..6180c47abbcb --- /dev/null +++ b/lang/ghc-doc/distinfo @@ -0,0 +1,8 @@ +MD5 (ghc/building.html.tar.gz) = 6840c5045690931c3c5e8aec8211ff23 +MD5 (ghc/building.ps) = fd0d53d99a6a8ac30ef227dfbfd6c7eb +MD5 (ghc/hslibs.html.tar.gz) = 699b76ba8684843285b0fc28e85b3f02 +MD5 (ghc/hslibs.ps) = c98b76203fc95ec28d962b5eb088aca8 +MD5 (ghc/libraries.html.tar.gz) = 110e1705e8f14399413a944c874025db +MD5 (ghc/users_guide.html.tar.gz) = b78ab62a7ebde964ce56f347c9daec4e +MD5 (ghc/users_guide.ps) = fc09164f2076daf2aa4c645e65d9f159 +MD5 (ghc/index.html) = 96afc01351741fdc0d2effffccd2c94a diff --git a/lang/ghc-doc/pkg-comment b/lang/ghc-doc/pkg-comment new file mode 100644 index 000000000000..4ce95ca221b1 --- /dev/null +++ b/lang/ghc-doc/pkg-comment @@ -0,0 +1 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler diff --git a/lang/ghc-doc/pkg-descr b/lang/ghc-doc/pkg-descr new file mode 100644 index 000000000000..4c9f8f0f6360 --- /dev/null +++ b/lang/ghc-doc/pkg-descr @@ -0,0 +1,3 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler. + +WWW: http://www.haskell.org/ghc/documentation.html diff --git a/lang/ghc-doc/pkg-plist b/lang/ghc-doc/pkg-plist new file mode 100644 index 000000000000..190b7523f178 --- /dev/null +++ b/lang/ghc-doc/pkg-plist @@ -0,0 +1,590 @@ +share/doc/ghc/base/Control.Arrow.html +share/doc/ghc/base/Control.Concurrent.Chan.html +share/doc/ghc/base/Control.Concurrent.MVar.html +share/doc/ghc/base/Control.Concurrent.QSem.html +share/doc/ghc/base/Control.Concurrent.QSemN.html +share/doc/ghc/base/Control.Concurrent.SampleVar.html +share/doc/ghc/base/Control.Concurrent.html +share/doc/ghc/base/Control.Exception.html +share/doc/ghc/base/Control.Monad.Cont.html +share/doc/ghc/base/Control.Monad.Error.html +share/doc/ghc/base/Control.Monad.Fix.html +share/doc/ghc/base/Control.Monad.Identity.html +share/doc/ghc/base/Control.Monad.List.html +share/doc/ghc/base/Control.Monad.Monoid.html +share/doc/ghc/base/Control.Monad.RWS.html +share/doc/ghc/base/Control.Monad.Reader.html +share/doc/ghc/base/Control.Monad.ST.Lazy.html +share/doc/ghc/base/Control.Monad.ST.Strict.html +share/doc/ghc/base/Control.Monad.ST.html +share/doc/ghc/base/Control.Monad.State.html +share/doc/ghc/base/Control.Monad.Trans.html +share/doc/ghc/base/Control.Monad.Writer.html +share/doc/ghc/base/Control.Monad.html +share/doc/ghc/base/Control.Parallel.html +share/doc/ghc/base/Data.Array.Diff.html +share/doc/ghc/base/Data.Array.IArray.html +share/doc/ghc/base/Data.Array.IO.html +share/doc/ghc/base/Data.Array.MArray.html +share/doc/ghc/base/Data.Array.ST.html +share/doc/ghc/base/Data.Array.Storable.html +share/doc/ghc/base/Data.Array.Unboxed.html +share/doc/ghc/base/Data.Array.html +share/doc/ghc/base/Data.Bits.html +share/doc/ghc/base/Data.Bool.html +share/doc/ghc/base/Data.Char.html +share/doc/ghc/base/Data.Complex.html +share/doc/ghc/base/Data.Dynamic.html +share/doc/ghc/base/Data.Either.html +share/doc/ghc/base/Data.FiniteMap.html +share/doc/ghc/base/Data.IORef.html +share/doc/ghc/base/Data.Int.html +share/doc/ghc/base/Data.Ix.html +share/doc/ghc/base/Data.List.html +share/doc/ghc/base/Data.Maybe.html +share/doc/ghc/base/Data.PackedString.html +share/doc/ghc/base/Data.Ratio.html +share/doc/ghc/base/Data.STRef.Lazy.html +share/doc/ghc/base/Data.STRef.Strict.html +share/doc/ghc/base/Data.STRef.html +share/doc/ghc/base/Data.Set.html +share/doc/ghc/base/Data.Tuple.html +share/doc/ghc/base/Data.Unique.html +share/doc/ghc/base/Data.Word.html +share/doc/ghc/base/Debug.QuickCheck.Batch.html +share/doc/ghc/base/Debug.QuickCheck.Poly.html +share/doc/ghc/base/Debug.QuickCheck.Utils.html +share/doc/ghc/base/Debug.QuickCheck.html +share/doc/ghc/base/Debug.Trace.html +share/doc/ghc/base/Foreign.C.Error.html +share/doc/ghc/base/Foreign.C.String.html +share/doc/ghc/base/Foreign.C.Types.html +share/doc/ghc/base/Foreign.C.TypesISO.html +share/doc/ghc/base/Foreign.C.html +share/doc/ghc/base/Foreign.ForeignPtr.html +share/doc/ghc/base/Foreign.Marshal.Alloc.html +share/doc/ghc/base/Foreign.Marshal.Array.html +share/doc/ghc/base/Foreign.Marshal.Error.html +share/doc/ghc/base/Foreign.Marshal.Utils.html +share/doc/ghc/base/Foreign.Ptr.html +share/doc/ghc/base/Foreign.StablePtr.html +share/doc/ghc/base/Foreign.Storable.html +share/doc/ghc/base/Foreign.html +share/doc/ghc/base/GHC.Arr.html +share/doc/ghc/base/GHC.Base.html +share/doc/ghc/base/GHC.Conc.html +share/doc/ghc/base/GHC.Enum.html +share/doc/ghc/base/GHC.Err.html +share/doc/ghc/base/GHC.Exception.html +share/doc/ghc/base/GHC.Exts.html +share/doc/ghc/base/GHC.Float.html +share/doc/ghc/base/GHC.Handle.html +share/doc/ghc/base/GHC.IO.html +share/doc/ghc/base/GHC.IOBase.html +share/doc/ghc/base/GHC.Int.html +share/doc/ghc/base/GHC.List.html +share/doc/ghc/base/GHC.Num.html +share/doc/ghc/base/GHC.Pack.html +share/doc/ghc/base/GHC.Posix.html +share/doc/ghc/base/GHC.PrimopWrappers.html +share/doc/ghc/base/GHC.Ptr.html +share/doc/ghc/base/GHC.Read.html +share/doc/ghc/base/GHC.Real.html +share/doc/ghc/base/GHC.ST.html +share/doc/ghc/base/GHC.STRef.html +share/doc/ghc/base/GHC.Show.html +share/doc/ghc/base/GHC.Stable.html +share/doc/ghc/base/GHC.Storable.html +share/doc/ghc/base/GHC.TopHandler.html +share/doc/ghc/base/GHC.Weak.html +share/doc/ghc/base/GHC.Word.html +share/doc/ghc/base/Numeric.html +share/doc/ghc/base/Prelude.html +share/doc/ghc/base/System.CPUTime.html +share/doc/ghc/base/System.Cmd.html +share/doc/ghc/base/System.Console.GetOpt.html +share/doc/ghc/base/System.Directory.html +share/doc/ghc/base/System.Environment.html +share/doc/ghc/base/System.Exit.html +share/doc/ghc/base/System.IO.Error.html +share/doc/ghc/base/System.IO.Unsafe.html +share/doc/ghc/base/System.IO.html +share/doc/ghc/base/System.Info.html +share/doc/ghc/base/System.Locale.html +share/doc/ghc/base/System.Mem.StableName.html +share/doc/ghc/base/System.Mem.Weak.html +share/doc/ghc/base/System.Mem.html +share/doc/ghc/base/System.Random.html +share/doc/ghc/base/System.Time.html +share/doc/ghc/base/Text.Html.BlockTable.html +share/doc/ghc/base/Text.Html.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Char.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Combinator.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Error.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Expr.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Language.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Perm.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Pos.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Prim.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Token.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.html +share/doc/ghc/base/Text.ParserCombinators.ReadP.html +share/doc/ghc/base/Text.ParserCombinators.ReadPrec.html +share/doc/ghc/base/Text.PrettyPrint.HughesPJ.html +share/doc/ghc/base/Text.PrettyPrint.html +share/doc/ghc/base/Text.Read.Lex.html +share/doc/ghc/base/Text.Read.html +share/doc/ghc/base/Text.Regex.Posix.html +share/doc/ghc/base/Text.Regex.html +share/doc/ghc/base/Text.Show.Functions.html +share/doc/ghc/base/Text.Show.html +share/doc/ghc/base/doc-index-tA.html +share/doc/ghc/base/doc-index-tB.html +share/doc/ghc/base/doc-index-tC.html +share/doc/ghc/base/doc-index-tD.html +share/doc/ghc/base/doc-index-tE.html +share/doc/ghc/base/doc-index-tF.html +share/doc/ghc/base/doc-index-tG.html +share/doc/ghc/base/doc-index-tH.html +share/doc/ghc/base/doc-index-tI.html +share/doc/ghc/base/doc-index-tJ.html +share/doc/ghc/base/doc-index-tK.html +share/doc/ghc/base/doc-index-tL.html +share/doc/ghc/base/doc-index-tM.html +share/doc/ghc/base/doc-index-tN.html +share/doc/ghc/base/doc-index-tO.html +share/doc/ghc/base/doc-index-tP.html +share/doc/ghc/base/doc-index-tQ.html +share/doc/ghc/base/doc-index-tR.html +share/doc/ghc/base/doc-index-tS.html +share/doc/ghc/base/doc-index-tT.html +share/doc/ghc/base/doc-index-tU.html +share/doc/ghc/base/doc-index-tV.html +share/doc/ghc/base/doc-index-tW.html +share/doc/ghc/base/doc-index-tX.html +share/doc/ghc/base/doc-index-tY.html +share/doc/ghc/base/doc-index-tZ.html +share/doc/ghc/base/doc-index-vA.html +share/doc/ghc/base/doc-index-vB.html +share/doc/ghc/base/doc-index-vC.html +share/doc/ghc/base/doc-index-vD.html +share/doc/ghc/base/doc-index-vE.html +share/doc/ghc/base/doc-index-vF.html +share/doc/ghc/base/doc-index-vG.html +share/doc/ghc/base/doc-index-vH.html +share/doc/ghc/base/doc-index-vI.html +share/doc/ghc/base/doc-index-vJ.html +share/doc/ghc/base/doc-index-vK.html +share/doc/ghc/base/doc-index-vL.html +share/doc/ghc/base/doc-index-vM.html +share/doc/ghc/base/doc-index-vN.html +share/doc/ghc/base/doc-index-vO.html +share/doc/ghc/base/doc-index-vP.html +share/doc/ghc/base/doc-index-vQ.html +share/doc/ghc/base/doc-index-vR.html +share/doc/ghc/base/doc-index-vS.html +share/doc/ghc/base/doc-index-vT.html +share/doc/ghc/base/doc-index-vU.html +share/doc/ghc/base/doc-index-vV.html +share/doc/ghc/base/doc-index-vW.html +share/doc/ghc/base/doc-index-vX.html +share/doc/ghc/base/doc-index-vY.html +share/doc/ghc/base/doc-index-vZ.html +share/doc/ghc/base/doc-index.html +share/doc/ghc/base/haddock.css +share/doc/ghc/base/haskell_icon.gif +share/doc/ghc/base/index.html +share/doc/ghc/building.ps +share/doc/ghc/building/building-docs.html +share/doc/ghc/building/building-guide.html +share/doc/ghc/building/docbook.css +share/doc/ghc/building/projects.html +share/doc/ghc/building/sec-build-checks.html +share/doc/ghc/building/sec-build-pitfalls.html +share/doc/ghc/building/sec-building-from-source.html +share/doc/ghc/building/sec-cvs.html +share/doc/ghc/building/sec-makefile-arch.html +share/doc/ghc/building/sec-port-info.html +share/doc/ghc/building/sec-porting-ghc.html +share/doc/ghc/building/sec-pre-supposed.html +share/doc/ghc/building/stylesheet-images/caution.gif +share/doc/ghc/building/stylesheet-images/home.gif +share/doc/ghc/building/stylesheet-images/important.gif +share/doc/ghc/building/stylesheet-images/next.gif +share/doc/ghc/building/stylesheet-images/note.gif +share/doc/ghc/building/stylesheet-images/prev.gif +share/doc/ghc/building/stylesheet-images/tip.gif +share/doc/ghc/building/stylesheet-images/toc-blank.gif +share/doc/ghc/building/stylesheet-images/toc-minus.gif +share/doc/ghc/building/stylesheet-images/toc-plus.gif +share/doc/ghc/building/stylesheet-images/up.gif +share/doc/ghc/building/stylesheet-images/warning.gif +share/doc/ghc/building/winbuild.html +share/doc/ghc/haskell-src/Language.Haskell.Parser.html +share/doc/ghc/haskell-src/Language.Haskell.Pretty.html +share/doc/ghc/haskell-src/Language.Haskell.Syntax.html +share/doc/ghc/haskell-src/doc-index-tA.html +share/doc/ghc/haskell-src/doc-index-tB.html +share/doc/ghc/haskell-src/doc-index-tC.html +share/doc/ghc/haskell-src/doc-index-tD.html +share/doc/ghc/haskell-src/doc-index-tE.html +share/doc/ghc/haskell-src/doc-index-tF.html +share/doc/ghc/haskell-src/doc-index-tG.html +share/doc/ghc/haskell-src/doc-index-tH.html +share/doc/ghc/haskell-src/doc-index-tI.html +share/doc/ghc/haskell-src/doc-index-tJ.html +share/doc/ghc/haskell-src/doc-index-tK.html +share/doc/ghc/haskell-src/doc-index-tL.html +share/doc/ghc/haskell-src/doc-index-tM.html +share/doc/ghc/haskell-src/doc-index-tN.html +share/doc/ghc/haskell-src/doc-index-tO.html +share/doc/ghc/haskell-src/doc-index-tP.html +share/doc/ghc/haskell-src/doc-index-tQ.html +share/doc/ghc/haskell-src/doc-index-tR.html +share/doc/ghc/haskell-src/doc-index-tS.html +share/doc/ghc/haskell-src/doc-index-tT.html +share/doc/ghc/haskell-src/doc-index-tU.html +share/doc/ghc/haskell-src/doc-index-tV.html +share/doc/ghc/haskell-src/doc-index-tW.html +share/doc/ghc/haskell-src/doc-index-tX.html +share/doc/ghc/haskell-src/doc-index-tY.html +share/doc/ghc/haskell-src/doc-index-tZ.html +share/doc/ghc/haskell-src/doc-index-vA.html +share/doc/ghc/haskell-src/doc-index-vB.html +share/doc/ghc/haskell-src/doc-index-vC.html +share/doc/ghc/haskell-src/doc-index-vD.html +share/doc/ghc/haskell-src/doc-index-vE.html +share/doc/ghc/haskell-src/doc-index-vF.html +share/doc/ghc/haskell-src/doc-index-vG.html +share/doc/ghc/haskell-src/doc-index-vH.html +share/doc/ghc/haskell-src/doc-index-vI.html +share/doc/ghc/haskell-src/doc-index-vJ.html +share/doc/ghc/haskell-src/doc-index-vK.html +share/doc/ghc/haskell-src/doc-index-vL.html +share/doc/ghc/haskell-src/doc-index-vM.html +share/doc/ghc/haskell-src/doc-index-vN.html +share/doc/ghc/haskell-src/doc-index-vO.html +share/doc/ghc/haskell-src/doc-index-vP.html +share/doc/ghc/haskell-src/doc-index-vQ.html +share/doc/ghc/haskell-src/doc-index-vR.html +share/doc/ghc/haskell-src/doc-index-vS.html +share/doc/ghc/haskell-src/doc-index-vT.html +share/doc/ghc/haskell-src/doc-index-vU.html +share/doc/ghc/haskell-src/doc-index-vV.html +share/doc/ghc/haskell-src/doc-index-vW.html +share/doc/ghc/haskell-src/doc-index-vX.html +share/doc/ghc/haskell-src/doc-index-vY.html +share/doc/ghc/haskell-src/doc-index-vZ.html +share/doc/ghc/haskell-src/doc-index.html +share/doc/ghc/haskell-src/haddock.css +share/doc/ghc/haskell-src/haskell_icon.gif +share/doc/ghc/haskell-src/index.html +share/doc/ghc/haskell98/Array.html +share/doc/ghc/haskell98/CPUTime.html +share/doc/ghc/haskell98/Char.html +share/doc/ghc/haskell98/Complex.html +share/doc/ghc/haskell98/Directory.html +share/doc/ghc/haskell98/IO.html +share/doc/ghc/haskell98/Ix.html +share/doc/ghc/haskell98/List.html +share/doc/ghc/haskell98/Locale.html +share/doc/ghc/haskell98/Maybe.html +share/doc/ghc/haskell98/Monad.html +share/doc/ghc/haskell98/Random.html +share/doc/ghc/haskell98/Ratio.html +share/doc/ghc/haskell98/System.html +share/doc/ghc/haskell98/Time.html +share/doc/ghc/haskell98/doc-index-tA.html +share/doc/ghc/haskell98/doc-index-tB.html +share/doc/ghc/haskell98/doc-index-tC.html +share/doc/ghc/haskell98/doc-index-tD.html +share/doc/ghc/haskell98/doc-index-tE.html +share/doc/ghc/haskell98/doc-index-tF.html +share/doc/ghc/haskell98/doc-index-tG.html +share/doc/ghc/haskell98/doc-index-tH.html +share/doc/ghc/haskell98/doc-index-tI.html +share/doc/ghc/haskell98/doc-index-tJ.html +share/doc/ghc/haskell98/doc-index-tK.html +share/doc/ghc/haskell98/doc-index-tL.html +share/doc/ghc/haskell98/doc-index-tM.html +share/doc/ghc/haskell98/doc-index-tN.html +share/doc/ghc/haskell98/doc-index-tO.html +share/doc/ghc/haskell98/doc-index-tP.html +share/doc/ghc/haskell98/doc-index-tQ.html +share/doc/ghc/haskell98/doc-index-tR.html +share/doc/ghc/haskell98/doc-index-tS.html +share/doc/ghc/haskell98/doc-index-tT.html +share/doc/ghc/haskell98/doc-index-tU.html +share/doc/ghc/haskell98/doc-index-tV.html +share/doc/ghc/haskell98/doc-index-tW.html +share/doc/ghc/haskell98/doc-index-tX.html +share/doc/ghc/haskell98/doc-index-tY.html +share/doc/ghc/haskell98/doc-index-tZ.html +share/doc/ghc/haskell98/doc-index-vA.html +share/doc/ghc/haskell98/doc-index-vB.html +share/doc/ghc/haskell98/doc-index-vC.html +share/doc/ghc/haskell98/doc-index-vD.html +share/doc/ghc/haskell98/doc-index-vE.html +share/doc/ghc/haskell98/doc-index-vF.html +share/doc/ghc/haskell98/doc-index-vG.html +share/doc/ghc/haskell98/doc-index-vH.html +share/doc/ghc/haskell98/doc-index-vI.html +share/doc/ghc/haskell98/doc-index-vJ.html +share/doc/ghc/haskell98/doc-index-vK.html +share/doc/ghc/haskell98/doc-index-vL.html +share/doc/ghc/haskell98/doc-index-vM.html +share/doc/ghc/haskell98/doc-index-vN.html +share/doc/ghc/haskell98/doc-index-vO.html +share/doc/ghc/haskell98/doc-index-vP.html +share/doc/ghc/haskell98/doc-index-vQ.html +share/doc/ghc/haskell98/doc-index-vR.html +share/doc/ghc/haskell98/doc-index-vS.html +share/doc/ghc/haskell98/doc-index-vT.html +share/doc/ghc/haskell98/doc-index-vU.html +share/doc/ghc/haskell98/doc-index-vV.html +share/doc/ghc/haskell98/doc-index-vW.html +share/doc/ghc/haskell98/doc-index-vX.html +share/doc/ghc/haskell98/doc-index-vY.html +share/doc/ghc/haskell98/doc-index-vZ.html +share/doc/ghc/haskell98/doc-index.html +share/doc/ghc/haskell98/haddock.css +share/doc/ghc/haskell98/haskell_icon.gif +share/doc/ghc/haskell98/index.html +share/doc/ghc/hslibs.ps +share/doc/ghc/hslibs/book-hslibs.html +share/doc/ghc/hslibs/device-specific-functions.html +share/doc/ghc/hslibs/docbook.css +share/doc/ghc/hslibs/error-reporting-and-handling.html +share/doc/ghc/hslibs/files-and-directories.html +share/doc/ghc/hslibs/finitemap.html +share/doc/ghc/hslibs/hslibs-intro.html +share/doc/ghc/hslibs/input-output.html +share/doc/ghc/hslibs/matchps.html +share/doc/ghc/hslibs/memo-library.html +share/doc/ghc/hslibs/packedstring.html +share/doc/ghc/hslibs/popen.html +share/doc/ghc/hslibs/process-environment.html +share/doc/ghc/hslibs/process-primitives.html +share/doc/ghc/hslibs/readline.html +share/doc/ghc/hslibs/regex.html +share/doc/ghc/hslibs/regexstring.html +share/doc/ghc/hslibs/sec-cerror.html +share/doc/ghc/hslibs/sec-cforeign.html +share/doc/ghc/hslibs/sec-concurrent.html +share/doc/ghc/hslibs/sec-cstring.html +share/doc/ghc/hslibs/sec-ctypes.html +share/doc/ghc/hslibs/sec-ctypesiso.html +share/doc/ghc/hslibs/sec-data.html +share/doc/ghc/hslibs/sec-diffarray.html +share/doc/ghc/hslibs/sec-directoryexts.html +share/doc/ghc/hslibs/sec-dynamic.html +share/doc/ghc/hslibs/sec-exception.html +share/doc/ghc/hslibs/sec-foreign.html +share/doc/ghc/hslibs/sec-foreignptr.html +share/doc/ghc/hslibs/sec-glaexts.html +share/doc/ghc/hslibs/sec-iarray.html +share/doc/ghc/hslibs/sec-int.html +share/doc/ghc/hslibs/sec-ioexts.html +share/doc/ghc/hslibs/sec-lang.html +share/doc/ghc/hslibs/sec-lazyst.html +share/doc/ghc/hslibs/sec-marray.html +share/doc/ghc/hslibs/sec-marshalalloc.html +share/doc/ghc/hslibs/sec-marshalarray.html +share/doc/ghc/hslibs/sec-marshalerror.html +share/doc/ghc/hslibs/sec-marshalutils.html +share/doc/ghc/hslibs/sec-net.html +share/doc/ghc/hslibs/sec-num.html +share/doc/ghc/hslibs/sec-numexts.html +share/doc/ghc/hslibs/sec-parsec.html +share/doc/ghc/hslibs/sec-posix.html +share/doc/ghc/hslibs/sec-pretty.html +share/doc/ghc/hslibs/sec-ptr.html +share/doc/ghc/hslibs/sec-quickcheck.html +share/doc/ghc/hslibs/sec-showfunctions.html +share/doc/ghc/hslibs/sec-st.html +share/doc/ghc/hslibs/sec-stable-names.html +share/doc/ghc/hslibs/sec-stable-pointers.html +share/doc/ghc/hslibs/sec-storable.html +share/doc/ghc/hslibs/sec-storablearray.html +share/doc/ghc/hslibs/sec-systemexts.html +share/doc/ghc/hslibs/sec-text.html +share/doc/ghc/hslibs/sec-uri.html +share/doc/ghc/hslibs/sec-util.html +share/doc/ghc/hslibs/sec-weak.html +share/doc/ghc/hslibs/sec-win32.html +share/doc/ghc/hslibs/sec-word.html +share/doc/ghc/hslibs/select.html +share/doc/ghc/hslibs/set.html +share/doc/ghc/hslibs/socket.html +share/doc/ghc/hslibs/socketprim.html +share/doc/ghc/hslibs/stylesheet-images/caution.gif +share/doc/ghc/hslibs/stylesheet-images/home.gif +share/doc/ghc/hslibs/stylesheet-images/important.gif +share/doc/ghc/hslibs/stylesheet-images/next.gif +share/doc/ghc/hslibs/stylesheet-images/note.gif +share/doc/ghc/hslibs/stylesheet-images/prev.gif +share/doc/ghc/hslibs/stylesheet-images/tip.gif +share/doc/ghc/hslibs/stylesheet-images/toc-blank.gif +share/doc/ghc/hslibs/stylesheet-images/toc-minus.gif +share/doc/ghc/hslibs/stylesheet-images/toc-plus.gif +share/doc/ghc/hslibs/stylesheet-images/up.gif +share/doc/ghc/hslibs/stylesheet-images/warning.gif +share/doc/ghc/hslibs/system-database.html +share/doc/ghc/index.html +share/doc/ghc/network/Network.BSD.html +share/doc/ghc/network/Network.CGI.html +share/doc/ghc/network/Network.Socket.html +share/doc/ghc/network/Network.URI.html +share/doc/ghc/network/Network.html +share/doc/ghc/network/doc-index-tA.html +share/doc/ghc/network/doc-index-tB.html +share/doc/ghc/network/doc-index-tC.html +share/doc/ghc/network/doc-index-tD.html +share/doc/ghc/network/doc-index-tE.html +share/doc/ghc/network/doc-index-tF.html +share/doc/ghc/network/doc-index-tG.html +share/doc/ghc/network/doc-index-tH.html +share/doc/ghc/network/doc-index-tI.html +share/doc/ghc/network/doc-index-tJ.html +share/doc/ghc/network/doc-index-tK.html +share/doc/ghc/network/doc-index-tL.html +share/doc/ghc/network/doc-index-tM.html +share/doc/ghc/network/doc-index-tN.html +share/doc/ghc/network/doc-index-tO.html +share/doc/ghc/network/doc-index-tP.html +share/doc/ghc/network/doc-index-tQ.html +share/doc/ghc/network/doc-index-tR.html +share/doc/ghc/network/doc-index-tS.html +share/doc/ghc/network/doc-index-tT.html +share/doc/ghc/network/doc-index-tU.html +share/doc/ghc/network/doc-index-tV.html +share/doc/ghc/network/doc-index-tW.html +share/doc/ghc/network/doc-index-tX.html +share/doc/ghc/network/doc-index-tY.html +share/doc/ghc/network/doc-index-tZ.html +share/doc/ghc/network/doc-index-vA.html +share/doc/ghc/network/doc-index-vB.html +share/doc/ghc/network/doc-index-vC.html +share/doc/ghc/network/doc-index-vD.html +share/doc/ghc/network/doc-index-vE.html +share/doc/ghc/network/doc-index-vF.html +share/doc/ghc/network/doc-index-vG.html +share/doc/ghc/network/doc-index-vH.html +share/doc/ghc/network/doc-index-vI.html +share/doc/ghc/network/doc-index-vJ.html +share/doc/ghc/network/doc-index-vK.html +share/doc/ghc/network/doc-index-vL.html +share/doc/ghc/network/doc-index-vM.html +share/doc/ghc/network/doc-index-vN.html +share/doc/ghc/network/doc-index-vO.html +share/doc/ghc/network/doc-index-vP.html +share/doc/ghc/network/doc-index-vQ.html +share/doc/ghc/network/doc-index-vR.html +share/doc/ghc/network/doc-index-vS.html +share/doc/ghc/network/doc-index-vT.html +share/doc/ghc/network/doc-index-vU.html +share/doc/ghc/network/doc-index-vV.html +share/doc/ghc/network/doc-index-vW.html +share/doc/ghc/network/doc-index-vX.html +share/doc/ghc/network/doc-index-vY.html +share/doc/ghc/network/doc-index-vZ.html +share/doc/ghc/network/doc-index.html +share/doc/ghc/network/haddock.css +share/doc/ghc/network/haskell_icon.gif +share/doc/ghc/network/index.html +share/doc/ghc/users_guide.ps +share/doc/ghc/users_guide/bug-reporting.html +share/doc/ghc/users_guide/concurrent-and-parallel.html +share/doc/ghc/users_guide/docbook.css +share/doc/ghc/users_guide/ext-core.html +share/doc/ghc/users_guide/faq.html +share/doc/ghc/users_guide/faster.html +share/doc/ghc/users_guide/ffi.html +share/doc/ghc/users_guide/file-suffixes.html +share/doc/ghc/users_guide/flag-reference.html +share/doc/ghc/users_guide/generic-classes.html +share/doc/ghc/users_guide/ghc-language-features.html +share/doc/ghc/users_guide/ghci-commands.html +share/doc/ghc/users_guide/ghci-compiled.html +share/doc/ghc/users_guide/ghci-dot-files.html +share/doc/ghc/users_guide/ghci-invokation.html +share/doc/ghc/users_guide/ghci-set.html +share/doc/ghc/users_guide/ghci.html +share/doc/ghc/users_guide/happy.html +share/doc/ghc/users_guide/hp2ps.html +share/doc/ghc/users_guide/hsc2hs.html +share/doc/ghc/users_guide/introduction-ghc.html +share/doc/ghc/users_guide/license.html +share/doc/ghc/users_guide/make-mode.html +share/doc/ghc/users_guide/newtype-deriving.html +share/doc/ghc/users_guide/options-debugging.html +share/doc/ghc/users_guide/options-help.html +share/doc/ghc/users_guide/options-optimise.html +share/doc/ghc/users_guide/options-order.html +share/doc/ghc/users_guide/options-output.html +share/doc/ghc/users_guide/options-phases.html +share/doc/ghc/users_guide/options-platform.html +share/doc/ghc/users_guide/options-sanity.html +share/doc/ghc/users_guide/packages.html +share/doc/ghc/users_guide/pragmas.html +share/doc/ghc/users_guide/primitives.html +share/doc/ghc/users_guide/prof-compiler-options.html +share/doc/ghc/users_guide/prof-heap.html +share/doc/ghc/users_guide/prof-time-options.html +share/doc/ghc/users_guide/prof-xml-tool.html +share/doc/ghc/users_guide/profiling.html +share/doc/ghc/users_guide/release-5-04.html +share/doc/ghc/users_guide/rewrite-rules.html +share/doc/ghc/users_guide/runtime-control.html +share/doc/ghc/users_guide/sec-assertions.html +share/doc/ghc/users_guide/sec-ffi-ghc.html +share/doc/ghc/users_guide/sec-install-files.html +share/doc/ghc/users_guide/sec-install-windows.html +share/doc/ghc/users_guide/sec-installing-bin-distrib.html +share/doc/ghc/users_guide/sec-using-concurrent.html +share/doc/ghc/users_guide/sec-using-parallel.html +share/doc/ghc/users_guide/separate-compilation.html +share/doc/ghc/users_guide/smaller.html +share/doc/ghc/users_guide/sooner-faster-quicker.html +share/doc/ghc/users_guide/static-dynamic-flags.html +share/doc/ghc/users_guide/stylesheet-images/caution.gif +share/doc/ghc/users_guide/stylesheet-images/home.gif +share/doc/ghc/users_guide/stylesheet-images/important.gif +share/doc/ghc/users_guide/stylesheet-images/next.gif +share/doc/ghc/users_guide/stylesheet-images/note.gif +share/doc/ghc/users_guide/stylesheet-images/prev.gif +share/doc/ghc/users_guide/stylesheet-images/tip.gif +share/doc/ghc/users_guide/stylesheet-images/toc-blank.gif +share/doc/ghc/users_guide/stylesheet-images/toc-minus.gif +share/doc/ghc/users_guide/stylesheet-images/toc-plus.gif +share/doc/ghc/users_guide/stylesheet-images/up.gif +share/doc/ghc/users_guide/stylesheet-images/warning.gif +share/doc/ghc/users_guide/syntax-extns.html +share/doc/ghc/users_guide/thriftier.html +share/doc/ghc/users_guide/ticky-ticky.html +share/doc/ghc/users_guide/type-extensions.html +share/doc/ghc/users_guide/users-guide.html +share/doc/ghc/users_guide/using-ghc.html +share/doc/ghc/users_guide/utils.html +share/doc/ghc/users_guide/version-numbering.html +share/doc/ghc/users_guide/vs-haskell-defn.html +share/doc/ghc/users_guide/win32-dlls-create.html +share/doc/ghc/users_guide/win32-dlls-foreign.html +share/doc/ghc/users_guide/win32-dlls-linking-static.html +share/doc/ghc/users_guide/win32-dlls.html +share/doc/ghc/users_guide/wrong-compilee.html +share/doc/ghc/users_guide/wrong.html +share/doc/ghc/users_guide/x1048.html +share/doc/ghc/users_guide/x1660.html +share/doc/ghc/users_guide/x938.html +@dirrm share/doc/ghc/users_guide/stylesheet-images +@dirrm share/doc/ghc/users_guide +@dirrm share/doc/ghc/network +@dirrm share/doc/ghc/hslibs/stylesheet-images +@dirrm share/doc/ghc/hslibs +@dirrm share/doc/ghc/haskell98 +@dirrm share/doc/ghc/haskell-src +@dirrm share/doc/ghc/building/stylesheet-images +@dirrm share/doc/ghc/building +@dirrm share/doc/ghc/base +@dirrm share/doc/ghc diff --git a/lang/ghc5-doc/Makefile b/lang/ghc5-doc/Makefile new file mode 100644 index 000000000000..a9df3ad288fd --- /dev/null +++ b/lang/ghc5-doc/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: ghc-doc +# Date created: 26 Jul 2002 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ghc-doc +PORTVERSION= 5.04 +CATEGORIES= lang +MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \ + http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ +DISTFILES= building.html.tar.gz building.ps hslibs.html.tar.gz \ + hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \ + users_guide.ps index.html +DIST_SUBDIR= ghc +EXTRACT_ONLY= + +MAINTAINER= olgeni@FreeBSD.org + +NO_BUILD= yes + +do-install: + @${MKDIR} ${LOCALBASE}/share/doc/ghc +.for FILE in building.ps hslibs.ps users_guide.ps index.html + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + ${LOCALBASE}/share/doc/ghc +.endfor +.for FILE in building.html.tar.gz hslibs.html.tar.gz \ + libraries.html.tar.gz users_guide.html.tar.gz + @${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + -C ${LOCALBASE}/share/doc/ghc +.endfor + +.include <bsd.port.mk> diff --git a/lang/ghc5-doc/distinfo b/lang/ghc5-doc/distinfo new file mode 100644 index 000000000000..6180c47abbcb --- /dev/null +++ b/lang/ghc5-doc/distinfo @@ -0,0 +1,8 @@ +MD5 (ghc/building.html.tar.gz) = 6840c5045690931c3c5e8aec8211ff23 +MD5 (ghc/building.ps) = fd0d53d99a6a8ac30ef227dfbfd6c7eb +MD5 (ghc/hslibs.html.tar.gz) = 699b76ba8684843285b0fc28e85b3f02 +MD5 (ghc/hslibs.ps) = c98b76203fc95ec28d962b5eb088aca8 +MD5 (ghc/libraries.html.tar.gz) = 110e1705e8f14399413a944c874025db +MD5 (ghc/users_guide.html.tar.gz) = b78ab62a7ebde964ce56f347c9daec4e +MD5 (ghc/users_guide.ps) = fc09164f2076daf2aa4c645e65d9f159 +MD5 (ghc/index.html) = 96afc01351741fdc0d2effffccd2c94a diff --git a/lang/ghc5-doc/pkg-comment b/lang/ghc5-doc/pkg-comment new file mode 100644 index 000000000000..4ce95ca221b1 --- /dev/null +++ b/lang/ghc5-doc/pkg-comment @@ -0,0 +1 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler diff --git a/lang/ghc5-doc/pkg-descr b/lang/ghc5-doc/pkg-descr new file mode 100644 index 000000000000..4c9f8f0f6360 --- /dev/null +++ b/lang/ghc5-doc/pkg-descr @@ -0,0 +1,3 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler. + +WWW: http://www.haskell.org/ghc/documentation.html diff --git a/lang/ghc5-doc/pkg-plist b/lang/ghc5-doc/pkg-plist new file mode 100644 index 000000000000..190b7523f178 --- /dev/null +++ b/lang/ghc5-doc/pkg-plist @@ -0,0 +1,590 @@ +share/doc/ghc/base/Control.Arrow.html +share/doc/ghc/base/Control.Concurrent.Chan.html +share/doc/ghc/base/Control.Concurrent.MVar.html +share/doc/ghc/base/Control.Concurrent.QSem.html +share/doc/ghc/base/Control.Concurrent.QSemN.html +share/doc/ghc/base/Control.Concurrent.SampleVar.html +share/doc/ghc/base/Control.Concurrent.html +share/doc/ghc/base/Control.Exception.html +share/doc/ghc/base/Control.Monad.Cont.html +share/doc/ghc/base/Control.Monad.Error.html +share/doc/ghc/base/Control.Monad.Fix.html +share/doc/ghc/base/Control.Monad.Identity.html +share/doc/ghc/base/Control.Monad.List.html +share/doc/ghc/base/Control.Monad.Monoid.html +share/doc/ghc/base/Control.Monad.RWS.html +share/doc/ghc/base/Control.Monad.Reader.html +share/doc/ghc/base/Control.Monad.ST.Lazy.html +share/doc/ghc/base/Control.Monad.ST.Strict.html +share/doc/ghc/base/Control.Monad.ST.html +share/doc/ghc/base/Control.Monad.State.html +share/doc/ghc/base/Control.Monad.Trans.html +share/doc/ghc/base/Control.Monad.Writer.html +share/doc/ghc/base/Control.Monad.html +share/doc/ghc/base/Control.Parallel.html +share/doc/ghc/base/Data.Array.Diff.html +share/doc/ghc/base/Data.Array.IArray.html +share/doc/ghc/base/Data.Array.IO.html +share/doc/ghc/base/Data.Array.MArray.html +share/doc/ghc/base/Data.Array.ST.html +share/doc/ghc/base/Data.Array.Storable.html +share/doc/ghc/base/Data.Array.Unboxed.html +share/doc/ghc/base/Data.Array.html +share/doc/ghc/base/Data.Bits.html +share/doc/ghc/base/Data.Bool.html +share/doc/ghc/base/Data.Char.html +share/doc/ghc/base/Data.Complex.html +share/doc/ghc/base/Data.Dynamic.html +share/doc/ghc/base/Data.Either.html +share/doc/ghc/base/Data.FiniteMap.html +share/doc/ghc/base/Data.IORef.html +share/doc/ghc/base/Data.Int.html +share/doc/ghc/base/Data.Ix.html +share/doc/ghc/base/Data.List.html +share/doc/ghc/base/Data.Maybe.html +share/doc/ghc/base/Data.PackedString.html +share/doc/ghc/base/Data.Ratio.html +share/doc/ghc/base/Data.STRef.Lazy.html +share/doc/ghc/base/Data.STRef.Strict.html +share/doc/ghc/base/Data.STRef.html +share/doc/ghc/base/Data.Set.html +share/doc/ghc/base/Data.Tuple.html +share/doc/ghc/base/Data.Unique.html +share/doc/ghc/base/Data.Word.html +share/doc/ghc/base/Debug.QuickCheck.Batch.html +share/doc/ghc/base/Debug.QuickCheck.Poly.html +share/doc/ghc/base/Debug.QuickCheck.Utils.html +share/doc/ghc/base/Debug.QuickCheck.html +share/doc/ghc/base/Debug.Trace.html +share/doc/ghc/base/Foreign.C.Error.html +share/doc/ghc/base/Foreign.C.String.html +share/doc/ghc/base/Foreign.C.Types.html +share/doc/ghc/base/Foreign.C.TypesISO.html +share/doc/ghc/base/Foreign.C.html +share/doc/ghc/base/Foreign.ForeignPtr.html +share/doc/ghc/base/Foreign.Marshal.Alloc.html +share/doc/ghc/base/Foreign.Marshal.Array.html +share/doc/ghc/base/Foreign.Marshal.Error.html +share/doc/ghc/base/Foreign.Marshal.Utils.html +share/doc/ghc/base/Foreign.Ptr.html +share/doc/ghc/base/Foreign.StablePtr.html +share/doc/ghc/base/Foreign.Storable.html +share/doc/ghc/base/Foreign.html +share/doc/ghc/base/GHC.Arr.html +share/doc/ghc/base/GHC.Base.html +share/doc/ghc/base/GHC.Conc.html +share/doc/ghc/base/GHC.Enum.html +share/doc/ghc/base/GHC.Err.html +share/doc/ghc/base/GHC.Exception.html +share/doc/ghc/base/GHC.Exts.html +share/doc/ghc/base/GHC.Float.html +share/doc/ghc/base/GHC.Handle.html +share/doc/ghc/base/GHC.IO.html +share/doc/ghc/base/GHC.IOBase.html +share/doc/ghc/base/GHC.Int.html +share/doc/ghc/base/GHC.List.html +share/doc/ghc/base/GHC.Num.html +share/doc/ghc/base/GHC.Pack.html +share/doc/ghc/base/GHC.Posix.html +share/doc/ghc/base/GHC.PrimopWrappers.html +share/doc/ghc/base/GHC.Ptr.html +share/doc/ghc/base/GHC.Read.html +share/doc/ghc/base/GHC.Real.html +share/doc/ghc/base/GHC.ST.html +share/doc/ghc/base/GHC.STRef.html +share/doc/ghc/base/GHC.Show.html +share/doc/ghc/base/GHC.Stable.html +share/doc/ghc/base/GHC.Storable.html +share/doc/ghc/base/GHC.TopHandler.html +share/doc/ghc/base/GHC.Weak.html +share/doc/ghc/base/GHC.Word.html +share/doc/ghc/base/Numeric.html +share/doc/ghc/base/Prelude.html +share/doc/ghc/base/System.CPUTime.html +share/doc/ghc/base/System.Cmd.html +share/doc/ghc/base/System.Console.GetOpt.html +share/doc/ghc/base/System.Directory.html +share/doc/ghc/base/System.Environment.html +share/doc/ghc/base/System.Exit.html +share/doc/ghc/base/System.IO.Error.html +share/doc/ghc/base/System.IO.Unsafe.html +share/doc/ghc/base/System.IO.html +share/doc/ghc/base/System.Info.html +share/doc/ghc/base/System.Locale.html +share/doc/ghc/base/System.Mem.StableName.html +share/doc/ghc/base/System.Mem.Weak.html +share/doc/ghc/base/System.Mem.html +share/doc/ghc/base/System.Random.html +share/doc/ghc/base/System.Time.html +share/doc/ghc/base/Text.Html.BlockTable.html +share/doc/ghc/base/Text.Html.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Char.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Combinator.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Error.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Expr.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Language.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Perm.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Pos.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Prim.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Token.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.html +share/doc/ghc/base/Text.ParserCombinators.ReadP.html +share/doc/ghc/base/Text.ParserCombinators.ReadPrec.html +share/doc/ghc/base/Text.PrettyPrint.HughesPJ.html +share/doc/ghc/base/Text.PrettyPrint.html +share/doc/ghc/base/Text.Read.Lex.html +share/doc/ghc/base/Text.Read.html +share/doc/ghc/base/Text.Regex.Posix.html +share/doc/ghc/base/Text.Regex.html +share/doc/ghc/base/Text.Show.Functions.html +share/doc/ghc/base/Text.Show.html +share/doc/ghc/base/doc-index-tA.html +share/doc/ghc/base/doc-index-tB.html +share/doc/ghc/base/doc-index-tC.html +share/doc/ghc/base/doc-index-tD.html +share/doc/ghc/base/doc-index-tE.html +share/doc/ghc/base/doc-index-tF.html +share/doc/ghc/base/doc-index-tG.html +share/doc/ghc/base/doc-index-tH.html +share/doc/ghc/base/doc-index-tI.html +share/doc/ghc/base/doc-index-tJ.html +share/doc/ghc/base/doc-index-tK.html +share/doc/ghc/base/doc-index-tL.html +share/doc/ghc/base/doc-index-tM.html +share/doc/ghc/base/doc-index-tN.html +share/doc/ghc/base/doc-index-tO.html +share/doc/ghc/base/doc-index-tP.html +share/doc/ghc/base/doc-index-tQ.html +share/doc/ghc/base/doc-index-tR.html +share/doc/ghc/base/doc-index-tS.html +share/doc/ghc/base/doc-index-tT.html +share/doc/ghc/base/doc-index-tU.html +share/doc/ghc/base/doc-index-tV.html +share/doc/ghc/base/doc-index-tW.html +share/doc/ghc/base/doc-index-tX.html +share/doc/ghc/base/doc-index-tY.html +share/doc/ghc/base/doc-index-tZ.html +share/doc/ghc/base/doc-index-vA.html +share/doc/ghc/base/doc-index-vB.html +share/doc/ghc/base/doc-index-vC.html +share/doc/ghc/base/doc-index-vD.html +share/doc/ghc/base/doc-index-vE.html +share/doc/ghc/base/doc-index-vF.html +share/doc/ghc/base/doc-index-vG.html +share/doc/ghc/base/doc-index-vH.html +share/doc/ghc/base/doc-index-vI.html +share/doc/ghc/base/doc-index-vJ.html +share/doc/ghc/base/doc-index-vK.html +share/doc/ghc/base/doc-index-vL.html +share/doc/ghc/base/doc-index-vM.html +share/doc/ghc/base/doc-index-vN.html +share/doc/ghc/base/doc-index-vO.html +share/doc/ghc/base/doc-index-vP.html +share/doc/ghc/base/doc-index-vQ.html +share/doc/ghc/base/doc-index-vR.html +share/doc/ghc/base/doc-index-vS.html +share/doc/ghc/base/doc-index-vT.html +share/doc/ghc/base/doc-index-vU.html +share/doc/ghc/base/doc-index-vV.html +share/doc/ghc/base/doc-index-vW.html +share/doc/ghc/base/doc-index-vX.html +share/doc/ghc/base/doc-index-vY.html +share/doc/ghc/base/doc-index-vZ.html +share/doc/ghc/base/doc-index.html +share/doc/ghc/base/haddock.css +share/doc/ghc/base/haskell_icon.gif +share/doc/ghc/base/index.html +share/doc/ghc/building.ps +share/doc/ghc/building/building-docs.html +share/doc/ghc/building/building-guide.html +share/doc/ghc/building/docbook.css +share/doc/ghc/building/projects.html +share/doc/ghc/building/sec-build-checks.html +share/doc/ghc/building/sec-build-pitfalls.html +share/doc/ghc/building/sec-building-from-source.html +share/doc/ghc/building/sec-cvs.html +share/doc/ghc/building/sec-makefile-arch.html +share/doc/ghc/building/sec-port-info.html +share/doc/ghc/building/sec-porting-ghc.html +share/doc/ghc/building/sec-pre-supposed.html +share/doc/ghc/building/stylesheet-images/caution.gif +share/doc/ghc/building/stylesheet-images/home.gif +share/doc/ghc/building/stylesheet-images/important.gif +share/doc/ghc/building/stylesheet-images/next.gif +share/doc/ghc/building/stylesheet-images/note.gif +share/doc/ghc/building/stylesheet-images/prev.gif +share/doc/ghc/building/stylesheet-images/tip.gif +share/doc/ghc/building/stylesheet-images/toc-blank.gif +share/doc/ghc/building/stylesheet-images/toc-minus.gif +share/doc/ghc/building/stylesheet-images/toc-plus.gif +share/doc/ghc/building/stylesheet-images/up.gif +share/doc/ghc/building/stylesheet-images/warning.gif +share/doc/ghc/building/winbuild.html +share/doc/ghc/haskell-src/Language.Haskell.Parser.html +share/doc/ghc/haskell-src/Language.Haskell.Pretty.html +share/doc/ghc/haskell-src/Language.Haskell.Syntax.html +share/doc/ghc/haskell-src/doc-index-tA.html +share/doc/ghc/haskell-src/doc-index-tB.html +share/doc/ghc/haskell-src/doc-index-tC.html +share/doc/ghc/haskell-src/doc-index-tD.html +share/doc/ghc/haskell-src/doc-index-tE.html +share/doc/ghc/haskell-src/doc-index-tF.html +share/doc/ghc/haskell-src/doc-index-tG.html +share/doc/ghc/haskell-src/doc-index-tH.html +share/doc/ghc/haskell-src/doc-index-tI.html +share/doc/ghc/haskell-src/doc-index-tJ.html +share/doc/ghc/haskell-src/doc-index-tK.html +share/doc/ghc/haskell-src/doc-index-tL.html +share/doc/ghc/haskell-src/doc-index-tM.html +share/doc/ghc/haskell-src/doc-index-tN.html +share/doc/ghc/haskell-src/doc-index-tO.html +share/doc/ghc/haskell-src/doc-index-tP.html +share/doc/ghc/haskell-src/doc-index-tQ.html +share/doc/ghc/haskell-src/doc-index-tR.html +share/doc/ghc/haskell-src/doc-index-tS.html +share/doc/ghc/haskell-src/doc-index-tT.html +share/doc/ghc/haskell-src/doc-index-tU.html +share/doc/ghc/haskell-src/doc-index-tV.html +share/doc/ghc/haskell-src/doc-index-tW.html +share/doc/ghc/haskell-src/doc-index-tX.html +share/doc/ghc/haskell-src/doc-index-tY.html +share/doc/ghc/haskell-src/doc-index-tZ.html +share/doc/ghc/haskell-src/doc-index-vA.html +share/doc/ghc/haskell-src/doc-index-vB.html +share/doc/ghc/haskell-src/doc-index-vC.html +share/doc/ghc/haskell-src/doc-index-vD.html +share/doc/ghc/haskell-src/doc-index-vE.html +share/doc/ghc/haskell-src/doc-index-vF.html +share/doc/ghc/haskell-src/doc-index-vG.html +share/doc/ghc/haskell-src/doc-index-vH.html +share/doc/ghc/haskell-src/doc-index-vI.html +share/doc/ghc/haskell-src/doc-index-vJ.html +share/doc/ghc/haskell-src/doc-index-vK.html +share/doc/ghc/haskell-src/doc-index-vL.html +share/doc/ghc/haskell-src/doc-index-vM.html +share/doc/ghc/haskell-src/doc-index-vN.html +share/doc/ghc/haskell-src/doc-index-vO.html +share/doc/ghc/haskell-src/doc-index-vP.html +share/doc/ghc/haskell-src/doc-index-vQ.html +share/doc/ghc/haskell-src/doc-index-vR.html +share/doc/ghc/haskell-src/doc-index-vS.html +share/doc/ghc/haskell-src/doc-index-vT.html +share/doc/ghc/haskell-src/doc-index-vU.html +share/doc/ghc/haskell-src/doc-index-vV.html +share/doc/ghc/haskell-src/doc-index-vW.html +share/doc/ghc/haskell-src/doc-index-vX.html +share/doc/ghc/haskell-src/doc-index-vY.html +share/doc/ghc/haskell-src/doc-index-vZ.html +share/doc/ghc/haskell-src/doc-index.html +share/doc/ghc/haskell-src/haddock.css +share/doc/ghc/haskell-src/haskell_icon.gif +share/doc/ghc/haskell-src/index.html +share/doc/ghc/haskell98/Array.html +share/doc/ghc/haskell98/CPUTime.html +share/doc/ghc/haskell98/Char.html +share/doc/ghc/haskell98/Complex.html +share/doc/ghc/haskell98/Directory.html +share/doc/ghc/haskell98/IO.html +share/doc/ghc/haskell98/Ix.html +share/doc/ghc/haskell98/List.html +share/doc/ghc/haskell98/Locale.html +share/doc/ghc/haskell98/Maybe.html +share/doc/ghc/haskell98/Monad.html +share/doc/ghc/haskell98/Random.html +share/doc/ghc/haskell98/Ratio.html +share/doc/ghc/haskell98/System.html +share/doc/ghc/haskell98/Time.html +share/doc/ghc/haskell98/doc-index-tA.html +share/doc/ghc/haskell98/doc-index-tB.html +share/doc/ghc/haskell98/doc-index-tC.html +share/doc/ghc/haskell98/doc-index-tD.html +share/doc/ghc/haskell98/doc-index-tE.html +share/doc/ghc/haskell98/doc-index-tF.html +share/doc/ghc/haskell98/doc-index-tG.html +share/doc/ghc/haskell98/doc-index-tH.html +share/doc/ghc/haskell98/doc-index-tI.html +share/doc/ghc/haskell98/doc-index-tJ.html +share/doc/ghc/haskell98/doc-index-tK.html +share/doc/ghc/haskell98/doc-index-tL.html +share/doc/ghc/haskell98/doc-index-tM.html +share/doc/ghc/haskell98/doc-index-tN.html +share/doc/ghc/haskell98/doc-index-tO.html +share/doc/ghc/haskell98/doc-index-tP.html +share/doc/ghc/haskell98/doc-index-tQ.html +share/doc/ghc/haskell98/doc-index-tR.html +share/doc/ghc/haskell98/doc-index-tS.html +share/doc/ghc/haskell98/doc-index-tT.html +share/doc/ghc/haskell98/doc-index-tU.html +share/doc/ghc/haskell98/doc-index-tV.html +share/doc/ghc/haskell98/doc-index-tW.html +share/doc/ghc/haskell98/doc-index-tX.html +share/doc/ghc/haskell98/doc-index-tY.html +share/doc/ghc/haskell98/doc-index-tZ.html +share/doc/ghc/haskell98/doc-index-vA.html +share/doc/ghc/haskell98/doc-index-vB.html +share/doc/ghc/haskell98/doc-index-vC.html +share/doc/ghc/haskell98/doc-index-vD.html +share/doc/ghc/haskell98/doc-index-vE.html +share/doc/ghc/haskell98/doc-index-vF.html +share/doc/ghc/haskell98/doc-index-vG.html +share/doc/ghc/haskell98/doc-index-vH.html +share/doc/ghc/haskell98/doc-index-vI.html +share/doc/ghc/haskell98/doc-index-vJ.html +share/doc/ghc/haskell98/doc-index-vK.html +share/doc/ghc/haskell98/doc-index-vL.html +share/doc/ghc/haskell98/doc-index-vM.html +share/doc/ghc/haskell98/doc-index-vN.html +share/doc/ghc/haskell98/doc-index-vO.html +share/doc/ghc/haskell98/doc-index-vP.html +share/doc/ghc/haskell98/doc-index-vQ.html +share/doc/ghc/haskell98/doc-index-vR.html +share/doc/ghc/haskell98/doc-index-vS.html +share/doc/ghc/haskell98/doc-index-vT.html +share/doc/ghc/haskell98/doc-index-vU.html +share/doc/ghc/haskell98/doc-index-vV.html +share/doc/ghc/haskell98/doc-index-vW.html +share/doc/ghc/haskell98/doc-index-vX.html +share/doc/ghc/haskell98/doc-index-vY.html +share/doc/ghc/haskell98/doc-index-vZ.html +share/doc/ghc/haskell98/doc-index.html +share/doc/ghc/haskell98/haddock.css +share/doc/ghc/haskell98/haskell_icon.gif +share/doc/ghc/haskell98/index.html +share/doc/ghc/hslibs.ps +share/doc/ghc/hslibs/book-hslibs.html +share/doc/ghc/hslibs/device-specific-functions.html +share/doc/ghc/hslibs/docbook.css +share/doc/ghc/hslibs/error-reporting-and-handling.html +share/doc/ghc/hslibs/files-and-directories.html +share/doc/ghc/hslibs/finitemap.html +share/doc/ghc/hslibs/hslibs-intro.html +share/doc/ghc/hslibs/input-output.html +share/doc/ghc/hslibs/matchps.html +share/doc/ghc/hslibs/memo-library.html +share/doc/ghc/hslibs/packedstring.html +share/doc/ghc/hslibs/popen.html +share/doc/ghc/hslibs/process-environment.html +share/doc/ghc/hslibs/process-primitives.html +share/doc/ghc/hslibs/readline.html +share/doc/ghc/hslibs/regex.html +share/doc/ghc/hslibs/regexstring.html +share/doc/ghc/hslibs/sec-cerror.html +share/doc/ghc/hslibs/sec-cforeign.html +share/doc/ghc/hslibs/sec-concurrent.html +share/doc/ghc/hslibs/sec-cstring.html +share/doc/ghc/hslibs/sec-ctypes.html +share/doc/ghc/hslibs/sec-ctypesiso.html +share/doc/ghc/hslibs/sec-data.html +share/doc/ghc/hslibs/sec-diffarray.html +share/doc/ghc/hslibs/sec-directoryexts.html +share/doc/ghc/hslibs/sec-dynamic.html +share/doc/ghc/hslibs/sec-exception.html +share/doc/ghc/hslibs/sec-foreign.html +share/doc/ghc/hslibs/sec-foreignptr.html +share/doc/ghc/hslibs/sec-glaexts.html +share/doc/ghc/hslibs/sec-iarray.html +share/doc/ghc/hslibs/sec-int.html +share/doc/ghc/hslibs/sec-ioexts.html +share/doc/ghc/hslibs/sec-lang.html +share/doc/ghc/hslibs/sec-lazyst.html +share/doc/ghc/hslibs/sec-marray.html +share/doc/ghc/hslibs/sec-marshalalloc.html +share/doc/ghc/hslibs/sec-marshalarray.html +share/doc/ghc/hslibs/sec-marshalerror.html +share/doc/ghc/hslibs/sec-marshalutils.html +share/doc/ghc/hslibs/sec-net.html +share/doc/ghc/hslibs/sec-num.html +share/doc/ghc/hslibs/sec-numexts.html +share/doc/ghc/hslibs/sec-parsec.html +share/doc/ghc/hslibs/sec-posix.html +share/doc/ghc/hslibs/sec-pretty.html +share/doc/ghc/hslibs/sec-ptr.html +share/doc/ghc/hslibs/sec-quickcheck.html +share/doc/ghc/hslibs/sec-showfunctions.html +share/doc/ghc/hslibs/sec-st.html +share/doc/ghc/hslibs/sec-stable-names.html +share/doc/ghc/hslibs/sec-stable-pointers.html +share/doc/ghc/hslibs/sec-storable.html +share/doc/ghc/hslibs/sec-storablearray.html +share/doc/ghc/hslibs/sec-systemexts.html +share/doc/ghc/hslibs/sec-text.html +share/doc/ghc/hslibs/sec-uri.html +share/doc/ghc/hslibs/sec-util.html +share/doc/ghc/hslibs/sec-weak.html +share/doc/ghc/hslibs/sec-win32.html +share/doc/ghc/hslibs/sec-word.html +share/doc/ghc/hslibs/select.html +share/doc/ghc/hslibs/set.html +share/doc/ghc/hslibs/socket.html +share/doc/ghc/hslibs/socketprim.html +share/doc/ghc/hslibs/stylesheet-images/caution.gif +share/doc/ghc/hslibs/stylesheet-images/home.gif +share/doc/ghc/hslibs/stylesheet-images/important.gif +share/doc/ghc/hslibs/stylesheet-images/next.gif +share/doc/ghc/hslibs/stylesheet-images/note.gif +share/doc/ghc/hslibs/stylesheet-images/prev.gif +share/doc/ghc/hslibs/stylesheet-images/tip.gif +share/doc/ghc/hslibs/stylesheet-images/toc-blank.gif +share/doc/ghc/hslibs/stylesheet-images/toc-minus.gif +share/doc/ghc/hslibs/stylesheet-images/toc-plus.gif +share/doc/ghc/hslibs/stylesheet-images/up.gif +share/doc/ghc/hslibs/stylesheet-images/warning.gif +share/doc/ghc/hslibs/system-database.html +share/doc/ghc/index.html +share/doc/ghc/network/Network.BSD.html +share/doc/ghc/network/Network.CGI.html +share/doc/ghc/network/Network.Socket.html +share/doc/ghc/network/Network.URI.html +share/doc/ghc/network/Network.html +share/doc/ghc/network/doc-index-tA.html +share/doc/ghc/network/doc-index-tB.html +share/doc/ghc/network/doc-index-tC.html +share/doc/ghc/network/doc-index-tD.html +share/doc/ghc/network/doc-index-tE.html +share/doc/ghc/network/doc-index-tF.html +share/doc/ghc/network/doc-index-tG.html +share/doc/ghc/network/doc-index-tH.html +share/doc/ghc/network/doc-index-tI.html +share/doc/ghc/network/doc-index-tJ.html +share/doc/ghc/network/doc-index-tK.html +share/doc/ghc/network/doc-index-tL.html +share/doc/ghc/network/doc-index-tM.html +share/doc/ghc/network/doc-index-tN.html +share/doc/ghc/network/doc-index-tO.html +share/doc/ghc/network/doc-index-tP.html +share/doc/ghc/network/doc-index-tQ.html +share/doc/ghc/network/doc-index-tR.html +share/doc/ghc/network/doc-index-tS.html +share/doc/ghc/network/doc-index-tT.html +share/doc/ghc/network/doc-index-tU.html +share/doc/ghc/network/doc-index-tV.html +share/doc/ghc/network/doc-index-tW.html +share/doc/ghc/network/doc-index-tX.html +share/doc/ghc/network/doc-index-tY.html +share/doc/ghc/network/doc-index-tZ.html +share/doc/ghc/network/doc-index-vA.html +share/doc/ghc/network/doc-index-vB.html +share/doc/ghc/network/doc-index-vC.html +share/doc/ghc/network/doc-index-vD.html +share/doc/ghc/network/doc-index-vE.html +share/doc/ghc/network/doc-index-vF.html +share/doc/ghc/network/doc-index-vG.html +share/doc/ghc/network/doc-index-vH.html +share/doc/ghc/network/doc-index-vI.html +share/doc/ghc/network/doc-index-vJ.html +share/doc/ghc/network/doc-index-vK.html +share/doc/ghc/network/doc-index-vL.html +share/doc/ghc/network/doc-index-vM.html +share/doc/ghc/network/doc-index-vN.html +share/doc/ghc/network/doc-index-vO.html +share/doc/ghc/network/doc-index-vP.html +share/doc/ghc/network/doc-index-vQ.html +share/doc/ghc/network/doc-index-vR.html +share/doc/ghc/network/doc-index-vS.html +share/doc/ghc/network/doc-index-vT.html +share/doc/ghc/network/doc-index-vU.html +share/doc/ghc/network/doc-index-vV.html +share/doc/ghc/network/doc-index-vW.html +share/doc/ghc/network/doc-index-vX.html +share/doc/ghc/network/doc-index-vY.html +share/doc/ghc/network/doc-index-vZ.html +share/doc/ghc/network/doc-index.html +share/doc/ghc/network/haddock.css +share/doc/ghc/network/haskell_icon.gif +share/doc/ghc/network/index.html +share/doc/ghc/users_guide.ps +share/doc/ghc/users_guide/bug-reporting.html +share/doc/ghc/users_guide/concurrent-and-parallel.html +share/doc/ghc/users_guide/docbook.css +share/doc/ghc/users_guide/ext-core.html +share/doc/ghc/users_guide/faq.html +share/doc/ghc/users_guide/faster.html +share/doc/ghc/users_guide/ffi.html +share/doc/ghc/users_guide/file-suffixes.html +share/doc/ghc/users_guide/flag-reference.html +share/doc/ghc/users_guide/generic-classes.html +share/doc/ghc/users_guide/ghc-language-features.html +share/doc/ghc/users_guide/ghci-commands.html +share/doc/ghc/users_guide/ghci-compiled.html +share/doc/ghc/users_guide/ghci-dot-files.html +share/doc/ghc/users_guide/ghci-invokation.html +share/doc/ghc/users_guide/ghci-set.html +share/doc/ghc/users_guide/ghci.html +share/doc/ghc/users_guide/happy.html +share/doc/ghc/users_guide/hp2ps.html +share/doc/ghc/users_guide/hsc2hs.html +share/doc/ghc/users_guide/introduction-ghc.html +share/doc/ghc/users_guide/license.html +share/doc/ghc/users_guide/make-mode.html +share/doc/ghc/users_guide/newtype-deriving.html +share/doc/ghc/users_guide/options-debugging.html +share/doc/ghc/users_guide/options-help.html +share/doc/ghc/users_guide/options-optimise.html +share/doc/ghc/users_guide/options-order.html +share/doc/ghc/users_guide/options-output.html +share/doc/ghc/users_guide/options-phases.html +share/doc/ghc/users_guide/options-platform.html +share/doc/ghc/users_guide/options-sanity.html +share/doc/ghc/users_guide/packages.html +share/doc/ghc/users_guide/pragmas.html +share/doc/ghc/users_guide/primitives.html +share/doc/ghc/users_guide/prof-compiler-options.html +share/doc/ghc/users_guide/prof-heap.html +share/doc/ghc/users_guide/prof-time-options.html +share/doc/ghc/users_guide/prof-xml-tool.html +share/doc/ghc/users_guide/profiling.html +share/doc/ghc/users_guide/release-5-04.html +share/doc/ghc/users_guide/rewrite-rules.html +share/doc/ghc/users_guide/runtime-control.html +share/doc/ghc/users_guide/sec-assertions.html +share/doc/ghc/users_guide/sec-ffi-ghc.html +share/doc/ghc/users_guide/sec-install-files.html +share/doc/ghc/users_guide/sec-install-windows.html +share/doc/ghc/users_guide/sec-installing-bin-distrib.html +share/doc/ghc/users_guide/sec-using-concurrent.html +share/doc/ghc/users_guide/sec-using-parallel.html +share/doc/ghc/users_guide/separate-compilation.html +share/doc/ghc/users_guide/smaller.html +share/doc/ghc/users_guide/sooner-faster-quicker.html +share/doc/ghc/users_guide/static-dynamic-flags.html +share/doc/ghc/users_guide/stylesheet-images/caution.gif +share/doc/ghc/users_guide/stylesheet-images/home.gif +share/doc/ghc/users_guide/stylesheet-images/important.gif +share/doc/ghc/users_guide/stylesheet-images/next.gif +share/doc/ghc/users_guide/stylesheet-images/note.gif +share/doc/ghc/users_guide/stylesheet-images/prev.gif +share/doc/ghc/users_guide/stylesheet-images/tip.gif +share/doc/ghc/users_guide/stylesheet-images/toc-blank.gif +share/doc/ghc/users_guide/stylesheet-images/toc-minus.gif +share/doc/ghc/users_guide/stylesheet-images/toc-plus.gif +share/doc/ghc/users_guide/stylesheet-images/up.gif +share/doc/ghc/users_guide/stylesheet-images/warning.gif +share/doc/ghc/users_guide/syntax-extns.html +share/doc/ghc/users_guide/thriftier.html +share/doc/ghc/users_guide/ticky-ticky.html +share/doc/ghc/users_guide/type-extensions.html +share/doc/ghc/users_guide/users-guide.html +share/doc/ghc/users_guide/using-ghc.html +share/doc/ghc/users_guide/utils.html +share/doc/ghc/users_guide/version-numbering.html +share/doc/ghc/users_guide/vs-haskell-defn.html +share/doc/ghc/users_guide/win32-dlls-create.html +share/doc/ghc/users_guide/win32-dlls-foreign.html +share/doc/ghc/users_guide/win32-dlls-linking-static.html +share/doc/ghc/users_guide/win32-dlls.html +share/doc/ghc/users_guide/wrong-compilee.html +share/doc/ghc/users_guide/wrong.html +share/doc/ghc/users_guide/x1048.html +share/doc/ghc/users_guide/x1660.html +share/doc/ghc/users_guide/x938.html +@dirrm share/doc/ghc/users_guide/stylesheet-images +@dirrm share/doc/ghc/users_guide +@dirrm share/doc/ghc/network +@dirrm share/doc/ghc/hslibs/stylesheet-images +@dirrm share/doc/ghc/hslibs +@dirrm share/doc/ghc/haskell98 +@dirrm share/doc/ghc/haskell-src +@dirrm share/doc/ghc/building/stylesheet-images +@dirrm share/doc/ghc/building +@dirrm share/doc/ghc/base +@dirrm share/doc/ghc diff --git a/lang/ghc6-doc/Makefile b/lang/ghc6-doc/Makefile new file mode 100644 index 000000000000..a9df3ad288fd --- /dev/null +++ b/lang/ghc6-doc/Makefile @@ -0,0 +1,35 @@ +# Ports collection makefile for: ghc-doc +# Date created: 26 Jul 2002 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= ghc-doc +PORTVERSION= 5.04 +CATEGORIES= lang +MASTER_SITES= http://www.haskell.org/ghc/docs/${PORTVERSION}/ \ + http://www.haskell.org/ghc/docs/${PORTVERSION}/html/ +DISTFILES= building.html.tar.gz building.ps hslibs.html.tar.gz \ + hslibs.ps libraries.html.tar.gz users_guide.html.tar.gz \ + users_guide.ps index.html +DIST_SUBDIR= ghc +EXTRACT_ONLY= + +MAINTAINER= olgeni@FreeBSD.org + +NO_BUILD= yes + +do-install: + @${MKDIR} ${LOCALBASE}/share/doc/ghc +.for FILE in building.ps hslibs.ps users_guide.ps index.html + @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + ${LOCALBASE}/share/doc/ghc +.endfor +.for FILE in building.html.tar.gz hslibs.html.tar.gz \ + libraries.html.tar.gz users_guide.html.tar.gz + @${TAR} xfz ${DISTDIR}/${DIST_SUBDIR}/${FILE} \ + -C ${LOCALBASE}/share/doc/ghc +.endfor + +.include <bsd.port.mk> diff --git a/lang/ghc6-doc/distinfo b/lang/ghc6-doc/distinfo new file mode 100644 index 000000000000..6180c47abbcb --- /dev/null +++ b/lang/ghc6-doc/distinfo @@ -0,0 +1,8 @@ +MD5 (ghc/building.html.tar.gz) = 6840c5045690931c3c5e8aec8211ff23 +MD5 (ghc/building.ps) = fd0d53d99a6a8ac30ef227dfbfd6c7eb +MD5 (ghc/hslibs.html.tar.gz) = 699b76ba8684843285b0fc28e85b3f02 +MD5 (ghc/hslibs.ps) = c98b76203fc95ec28d962b5eb088aca8 +MD5 (ghc/libraries.html.tar.gz) = 110e1705e8f14399413a944c874025db +MD5 (ghc/users_guide.html.tar.gz) = b78ab62a7ebde964ce56f347c9daec4e +MD5 (ghc/users_guide.ps) = fc09164f2076daf2aa4c645e65d9f159 +MD5 (ghc/index.html) = 96afc01351741fdc0d2effffccd2c94a diff --git a/lang/ghc6-doc/pkg-comment b/lang/ghc6-doc/pkg-comment new file mode 100644 index 000000000000..4ce95ca221b1 --- /dev/null +++ b/lang/ghc6-doc/pkg-comment @@ -0,0 +1 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler diff --git a/lang/ghc6-doc/pkg-descr b/lang/ghc6-doc/pkg-descr new file mode 100644 index 000000000000..4c9f8f0f6360 --- /dev/null +++ b/lang/ghc6-doc/pkg-descr @@ -0,0 +1,3 @@ +Documentation (HTML, PS) for the Glasgow Haskell Compiler. + +WWW: http://www.haskell.org/ghc/documentation.html diff --git a/lang/ghc6-doc/pkg-plist b/lang/ghc6-doc/pkg-plist new file mode 100644 index 000000000000..190b7523f178 --- /dev/null +++ b/lang/ghc6-doc/pkg-plist @@ -0,0 +1,590 @@ +share/doc/ghc/base/Control.Arrow.html +share/doc/ghc/base/Control.Concurrent.Chan.html +share/doc/ghc/base/Control.Concurrent.MVar.html +share/doc/ghc/base/Control.Concurrent.QSem.html +share/doc/ghc/base/Control.Concurrent.QSemN.html +share/doc/ghc/base/Control.Concurrent.SampleVar.html +share/doc/ghc/base/Control.Concurrent.html +share/doc/ghc/base/Control.Exception.html +share/doc/ghc/base/Control.Monad.Cont.html +share/doc/ghc/base/Control.Monad.Error.html +share/doc/ghc/base/Control.Monad.Fix.html +share/doc/ghc/base/Control.Monad.Identity.html +share/doc/ghc/base/Control.Monad.List.html +share/doc/ghc/base/Control.Monad.Monoid.html +share/doc/ghc/base/Control.Monad.RWS.html +share/doc/ghc/base/Control.Monad.Reader.html +share/doc/ghc/base/Control.Monad.ST.Lazy.html +share/doc/ghc/base/Control.Monad.ST.Strict.html +share/doc/ghc/base/Control.Monad.ST.html +share/doc/ghc/base/Control.Monad.State.html +share/doc/ghc/base/Control.Monad.Trans.html +share/doc/ghc/base/Control.Monad.Writer.html +share/doc/ghc/base/Control.Monad.html +share/doc/ghc/base/Control.Parallel.html +share/doc/ghc/base/Data.Array.Diff.html +share/doc/ghc/base/Data.Array.IArray.html +share/doc/ghc/base/Data.Array.IO.html +share/doc/ghc/base/Data.Array.MArray.html +share/doc/ghc/base/Data.Array.ST.html +share/doc/ghc/base/Data.Array.Storable.html +share/doc/ghc/base/Data.Array.Unboxed.html +share/doc/ghc/base/Data.Array.html +share/doc/ghc/base/Data.Bits.html +share/doc/ghc/base/Data.Bool.html +share/doc/ghc/base/Data.Char.html +share/doc/ghc/base/Data.Complex.html +share/doc/ghc/base/Data.Dynamic.html +share/doc/ghc/base/Data.Either.html +share/doc/ghc/base/Data.FiniteMap.html +share/doc/ghc/base/Data.IORef.html +share/doc/ghc/base/Data.Int.html +share/doc/ghc/base/Data.Ix.html +share/doc/ghc/base/Data.List.html +share/doc/ghc/base/Data.Maybe.html +share/doc/ghc/base/Data.PackedString.html +share/doc/ghc/base/Data.Ratio.html +share/doc/ghc/base/Data.STRef.Lazy.html +share/doc/ghc/base/Data.STRef.Strict.html +share/doc/ghc/base/Data.STRef.html +share/doc/ghc/base/Data.Set.html +share/doc/ghc/base/Data.Tuple.html +share/doc/ghc/base/Data.Unique.html +share/doc/ghc/base/Data.Word.html +share/doc/ghc/base/Debug.QuickCheck.Batch.html +share/doc/ghc/base/Debug.QuickCheck.Poly.html +share/doc/ghc/base/Debug.QuickCheck.Utils.html +share/doc/ghc/base/Debug.QuickCheck.html +share/doc/ghc/base/Debug.Trace.html +share/doc/ghc/base/Foreign.C.Error.html +share/doc/ghc/base/Foreign.C.String.html +share/doc/ghc/base/Foreign.C.Types.html +share/doc/ghc/base/Foreign.C.TypesISO.html +share/doc/ghc/base/Foreign.C.html +share/doc/ghc/base/Foreign.ForeignPtr.html +share/doc/ghc/base/Foreign.Marshal.Alloc.html +share/doc/ghc/base/Foreign.Marshal.Array.html +share/doc/ghc/base/Foreign.Marshal.Error.html +share/doc/ghc/base/Foreign.Marshal.Utils.html +share/doc/ghc/base/Foreign.Ptr.html +share/doc/ghc/base/Foreign.StablePtr.html +share/doc/ghc/base/Foreign.Storable.html +share/doc/ghc/base/Foreign.html +share/doc/ghc/base/GHC.Arr.html +share/doc/ghc/base/GHC.Base.html +share/doc/ghc/base/GHC.Conc.html +share/doc/ghc/base/GHC.Enum.html +share/doc/ghc/base/GHC.Err.html +share/doc/ghc/base/GHC.Exception.html +share/doc/ghc/base/GHC.Exts.html +share/doc/ghc/base/GHC.Float.html +share/doc/ghc/base/GHC.Handle.html +share/doc/ghc/base/GHC.IO.html +share/doc/ghc/base/GHC.IOBase.html +share/doc/ghc/base/GHC.Int.html +share/doc/ghc/base/GHC.List.html +share/doc/ghc/base/GHC.Num.html +share/doc/ghc/base/GHC.Pack.html +share/doc/ghc/base/GHC.Posix.html +share/doc/ghc/base/GHC.PrimopWrappers.html +share/doc/ghc/base/GHC.Ptr.html +share/doc/ghc/base/GHC.Read.html +share/doc/ghc/base/GHC.Real.html +share/doc/ghc/base/GHC.ST.html +share/doc/ghc/base/GHC.STRef.html +share/doc/ghc/base/GHC.Show.html +share/doc/ghc/base/GHC.Stable.html +share/doc/ghc/base/GHC.Storable.html +share/doc/ghc/base/GHC.TopHandler.html +share/doc/ghc/base/GHC.Weak.html +share/doc/ghc/base/GHC.Word.html +share/doc/ghc/base/Numeric.html +share/doc/ghc/base/Prelude.html +share/doc/ghc/base/System.CPUTime.html +share/doc/ghc/base/System.Cmd.html +share/doc/ghc/base/System.Console.GetOpt.html +share/doc/ghc/base/System.Directory.html +share/doc/ghc/base/System.Environment.html +share/doc/ghc/base/System.Exit.html +share/doc/ghc/base/System.IO.Error.html +share/doc/ghc/base/System.IO.Unsafe.html +share/doc/ghc/base/System.IO.html +share/doc/ghc/base/System.Info.html +share/doc/ghc/base/System.Locale.html +share/doc/ghc/base/System.Mem.StableName.html +share/doc/ghc/base/System.Mem.Weak.html +share/doc/ghc/base/System.Mem.html +share/doc/ghc/base/System.Random.html +share/doc/ghc/base/System.Time.html +share/doc/ghc/base/Text.Html.BlockTable.html +share/doc/ghc/base/Text.Html.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Char.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Combinator.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Error.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Expr.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Language.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Perm.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Pos.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Prim.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.Token.html +share/doc/ghc/base/Text.ParserCombinators.Parsec.html +share/doc/ghc/base/Text.ParserCombinators.ReadP.html +share/doc/ghc/base/Text.ParserCombinators.ReadPrec.html +share/doc/ghc/base/Text.PrettyPrint.HughesPJ.html +share/doc/ghc/base/Text.PrettyPrint.html +share/doc/ghc/base/Text.Read.Lex.html +share/doc/ghc/base/Text.Read.html +share/doc/ghc/base/Text.Regex.Posix.html +share/doc/ghc/base/Text.Regex.html +share/doc/ghc/base/Text.Show.Functions.html +share/doc/ghc/base/Text.Show.html +share/doc/ghc/base/doc-index-tA.html +share/doc/ghc/base/doc-index-tB.html +share/doc/ghc/base/doc-index-tC.html +share/doc/ghc/base/doc-index-tD.html +share/doc/ghc/base/doc-index-tE.html +share/doc/ghc/base/doc-index-tF.html +share/doc/ghc/base/doc-index-tG.html +share/doc/ghc/base/doc-index-tH.html +share/doc/ghc/base/doc-index-tI.html +share/doc/ghc/base/doc-index-tJ.html +share/doc/ghc/base/doc-index-tK.html +share/doc/ghc/base/doc-index-tL.html +share/doc/ghc/base/doc-index-tM.html +share/doc/ghc/base/doc-index-tN.html +share/doc/ghc/base/doc-index-tO.html +share/doc/ghc/base/doc-index-tP.html +share/doc/ghc/base/doc-index-tQ.html +share/doc/ghc/base/doc-index-tR.html +share/doc/ghc/base/doc-index-tS.html +share/doc/ghc/base/doc-index-tT.html +share/doc/ghc/base/doc-index-tU.html +share/doc/ghc/base/doc-index-tV.html +share/doc/ghc/base/doc-index-tW.html +share/doc/ghc/base/doc-index-tX.html +share/doc/ghc/base/doc-index-tY.html +share/doc/ghc/base/doc-index-tZ.html +share/doc/ghc/base/doc-index-vA.html +share/doc/ghc/base/doc-index-vB.html +share/doc/ghc/base/doc-index-vC.html +share/doc/ghc/base/doc-index-vD.html +share/doc/ghc/base/doc-index-vE.html +share/doc/ghc/base/doc-index-vF.html +share/doc/ghc/base/doc-index-vG.html +share/doc/ghc/base/doc-index-vH.html +share/doc/ghc/base/doc-index-vI.html +share/doc/ghc/base/doc-index-vJ.html +share/doc/ghc/base/doc-index-vK.html +share/doc/ghc/base/doc-index-vL.html +share/doc/ghc/base/doc-index-vM.html +share/doc/ghc/base/doc-index-vN.html +share/doc/ghc/base/doc-index-vO.html +share/doc/ghc/base/doc-index-vP.html +share/doc/ghc/base/doc-index-vQ.html +share/doc/ghc/base/doc-index-vR.html +share/doc/ghc/base/doc-index-vS.html +share/doc/ghc/base/doc-index-vT.html +share/doc/ghc/base/doc-index-vU.html +share/doc/ghc/base/doc-index-vV.html +share/doc/ghc/base/doc-index-vW.html +share/doc/ghc/base/doc-index-vX.html +share/doc/ghc/base/doc-index-vY.html +share/doc/ghc/base/doc-index-vZ.html +share/doc/ghc/base/doc-index.html +share/doc/ghc/base/haddock.css +share/doc/ghc/base/haskell_icon.gif +share/doc/ghc/base/index.html +share/doc/ghc/building.ps +share/doc/ghc/building/building-docs.html +share/doc/ghc/building/building-guide.html +share/doc/ghc/building/docbook.css +share/doc/ghc/building/projects.html +share/doc/ghc/building/sec-build-checks.html +share/doc/ghc/building/sec-build-pitfalls.html +share/doc/ghc/building/sec-building-from-source.html +share/doc/ghc/building/sec-cvs.html +share/doc/ghc/building/sec-makefile-arch.html +share/doc/ghc/building/sec-port-info.html +share/doc/ghc/building/sec-porting-ghc.html +share/doc/ghc/building/sec-pre-supposed.html +share/doc/ghc/building/stylesheet-images/caution.gif +share/doc/ghc/building/stylesheet-images/home.gif +share/doc/ghc/building/stylesheet-images/important.gif +share/doc/ghc/building/stylesheet-images/next.gif +share/doc/ghc/building/stylesheet-images/note.gif +share/doc/ghc/building/stylesheet-images/prev.gif +share/doc/ghc/building/stylesheet-images/tip.gif +share/doc/ghc/building/stylesheet-images/toc-blank.gif +share/doc/ghc/building/stylesheet-images/toc-minus.gif +share/doc/ghc/building/stylesheet-images/toc-plus.gif +share/doc/ghc/building/stylesheet-images/up.gif +share/doc/ghc/building/stylesheet-images/warning.gif +share/doc/ghc/building/winbuild.html +share/doc/ghc/haskell-src/Language.Haskell.Parser.html +share/doc/ghc/haskell-src/Language.Haskell.Pretty.html +share/doc/ghc/haskell-src/Language.Haskell.Syntax.html +share/doc/ghc/haskell-src/doc-index-tA.html +share/doc/ghc/haskell-src/doc-index-tB.html +share/doc/ghc/haskell-src/doc-index-tC.html +share/doc/ghc/haskell-src/doc-index-tD.html +share/doc/ghc/haskell-src/doc-index-tE.html +share/doc/ghc/haskell-src/doc-index-tF.html +share/doc/ghc/haskell-src/doc-index-tG.html +share/doc/ghc/haskell-src/doc-index-tH.html +share/doc/ghc/haskell-src/doc-index-tI.html +share/doc/ghc/haskell-src/doc-index-tJ.html +share/doc/ghc/haskell-src/doc-index-tK.html +share/doc/ghc/haskell-src/doc-index-tL.html +share/doc/ghc/haskell-src/doc-index-tM.html +share/doc/ghc/haskell-src/doc-index-tN.html +share/doc/ghc/haskell-src/doc-index-tO.html +share/doc/ghc/haskell-src/doc-index-tP.html +share/doc/ghc/haskell-src/doc-index-tQ.html +share/doc/ghc/haskell-src/doc-index-tR.html +share/doc/ghc/haskell-src/doc-index-tS.html +share/doc/ghc/haskell-src/doc-index-tT.html +share/doc/ghc/haskell-src/doc-index-tU.html +share/doc/ghc/haskell-src/doc-index-tV.html +share/doc/ghc/haskell-src/doc-index-tW.html +share/doc/ghc/haskell-src/doc-index-tX.html +share/doc/ghc/haskell-src/doc-index-tY.html +share/doc/ghc/haskell-src/doc-index-tZ.html +share/doc/ghc/haskell-src/doc-index-vA.html +share/doc/ghc/haskell-src/doc-index-vB.html +share/doc/ghc/haskell-src/doc-index-vC.html +share/doc/ghc/haskell-src/doc-index-vD.html +share/doc/ghc/haskell-src/doc-index-vE.html +share/doc/ghc/haskell-src/doc-index-vF.html +share/doc/ghc/haskell-src/doc-index-vG.html +share/doc/ghc/haskell-src/doc-index-vH.html +share/doc/ghc/haskell-src/doc-index-vI.html +share/doc/ghc/haskell-src/doc-index-vJ.html +share/doc/ghc/haskell-src/doc-index-vK.html +share/doc/ghc/haskell-src/doc-index-vL.html +share/doc/ghc/haskell-src/doc-index-vM.html +share/doc/ghc/haskell-src/doc-index-vN.html +share/doc/ghc/haskell-src/doc-index-vO.html +share/doc/ghc/haskell-src/doc-index-vP.html +share/doc/ghc/haskell-src/doc-index-vQ.html +share/doc/ghc/haskell-src/doc-index-vR.html +share/doc/ghc/haskell-src/doc-index-vS.html +share/doc/ghc/haskell-src/doc-index-vT.html +share/doc/ghc/haskell-src/doc-index-vU.html +share/doc/ghc/haskell-src/doc-index-vV.html +share/doc/ghc/haskell-src/doc-index-vW.html +share/doc/ghc/haskell-src/doc-index-vX.html +share/doc/ghc/haskell-src/doc-index-vY.html +share/doc/ghc/haskell-src/doc-index-vZ.html +share/doc/ghc/haskell-src/doc-index.html +share/doc/ghc/haskell-src/haddock.css +share/doc/ghc/haskell-src/haskell_icon.gif +share/doc/ghc/haskell-src/index.html +share/doc/ghc/haskell98/Array.html +share/doc/ghc/haskell98/CPUTime.html +share/doc/ghc/haskell98/Char.html +share/doc/ghc/haskell98/Complex.html +share/doc/ghc/haskell98/Directory.html +share/doc/ghc/haskell98/IO.html +share/doc/ghc/haskell98/Ix.html +share/doc/ghc/haskell98/List.html +share/doc/ghc/haskell98/Locale.html +share/doc/ghc/haskell98/Maybe.html +share/doc/ghc/haskell98/Monad.html +share/doc/ghc/haskell98/Random.html +share/doc/ghc/haskell98/Ratio.html +share/doc/ghc/haskell98/System.html +share/doc/ghc/haskell98/Time.html +share/doc/ghc/haskell98/doc-index-tA.html +share/doc/ghc/haskell98/doc-index-tB.html +share/doc/ghc/haskell98/doc-index-tC.html +share/doc/ghc/haskell98/doc-index-tD.html +share/doc/ghc/haskell98/doc-index-tE.html +share/doc/ghc/haskell98/doc-index-tF.html +share/doc/ghc/haskell98/doc-index-tG.html +share/doc/ghc/haskell98/doc-index-tH.html +share/doc/ghc/haskell98/doc-index-tI.html +share/doc/ghc/haskell98/doc-index-tJ.html +share/doc/ghc/haskell98/doc-index-tK.html +share/doc/ghc/haskell98/doc-index-tL.html +share/doc/ghc/haskell98/doc-index-tM.html +share/doc/ghc/haskell98/doc-index-tN.html +share/doc/ghc/haskell98/doc-index-tO.html +share/doc/ghc/haskell98/doc-index-tP.html +share/doc/ghc/haskell98/doc-index-tQ.html +share/doc/ghc/haskell98/doc-index-tR.html +share/doc/ghc/haskell98/doc-index-tS.html +share/doc/ghc/haskell98/doc-index-tT.html +share/doc/ghc/haskell98/doc-index-tU.html +share/doc/ghc/haskell98/doc-index-tV.html +share/doc/ghc/haskell98/doc-index-tW.html +share/doc/ghc/haskell98/doc-index-tX.html +share/doc/ghc/haskell98/doc-index-tY.html +share/doc/ghc/haskell98/doc-index-tZ.html +share/doc/ghc/haskell98/doc-index-vA.html +share/doc/ghc/haskell98/doc-index-vB.html +share/doc/ghc/haskell98/doc-index-vC.html +share/doc/ghc/haskell98/doc-index-vD.html +share/doc/ghc/haskell98/doc-index-vE.html +share/doc/ghc/haskell98/doc-index-vF.html +share/doc/ghc/haskell98/doc-index-vG.html +share/doc/ghc/haskell98/doc-index-vH.html +share/doc/ghc/haskell98/doc-index-vI.html +share/doc/ghc/haskell98/doc-index-vJ.html +share/doc/ghc/haskell98/doc-index-vK.html +share/doc/ghc/haskell98/doc-index-vL.html +share/doc/ghc/haskell98/doc-index-vM.html +share/doc/ghc/haskell98/doc-index-vN.html +share/doc/ghc/haskell98/doc-index-vO.html +share/doc/ghc/haskell98/doc-index-vP.html +share/doc/ghc/haskell98/doc-index-vQ.html +share/doc/ghc/haskell98/doc-index-vR.html +share/doc/ghc/haskell98/doc-index-vS.html +share/doc/ghc/haskell98/doc-index-vT.html +share/doc/ghc/haskell98/doc-index-vU.html +share/doc/ghc/haskell98/doc-index-vV.html +share/doc/ghc/haskell98/doc-index-vW.html +share/doc/ghc/haskell98/doc-index-vX.html +share/doc/ghc/haskell98/doc-index-vY.html +share/doc/ghc/haskell98/doc-index-vZ.html +share/doc/ghc/haskell98/doc-index.html +share/doc/ghc/haskell98/haddock.css +share/doc/ghc/haskell98/haskell_icon.gif +share/doc/ghc/haskell98/index.html +share/doc/ghc/hslibs.ps +share/doc/ghc/hslibs/book-hslibs.html +share/doc/ghc/hslibs/device-specific-functions.html +share/doc/ghc/hslibs/docbook.css +share/doc/ghc/hslibs/error-reporting-and-handling.html +share/doc/ghc/hslibs/files-and-directories.html +share/doc/ghc/hslibs/finitemap.html +share/doc/ghc/hslibs/hslibs-intro.html +share/doc/ghc/hslibs/input-output.html +share/doc/ghc/hslibs/matchps.html +share/doc/ghc/hslibs/memo-library.html +share/doc/ghc/hslibs/packedstring.html +share/doc/ghc/hslibs/popen.html +share/doc/ghc/hslibs/process-environment.html +share/doc/ghc/hslibs/process-primitives.html +share/doc/ghc/hslibs/readline.html +share/doc/ghc/hslibs/regex.html +share/doc/ghc/hslibs/regexstring.html +share/doc/ghc/hslibs/sec-cerror.html +share/doc/ghc/hslibs/sec-cforeign.html +share/doc/ghc/hslibs/sec-concurrent.html +share/doc/ghc/hslibs/sec-cstring.html +share/doc/ghc/hslibs/sec-ctypes.html +share/doc/ghc/hslibs/sec-ctypesiso.html +share/doc/ghc/hslibs/sec-data.html +share/doc/ghc/hslibs/sec-diffarray.html +share/doc/ghc/hslibs/sec-directoryexts.html +share/doc/ghc/hslibs/sec-dynamic.html +share/doc/ghc/hslibs/sec-exception.html +share/doc/ghc/hslibs/sec-foreign.html +share/doc/ghc/hslibs/sec-foreignptr.html +share/doc/ghc/hslibs/sec-glaexts.html +share/doc/ghc/hslibs/sec-iarray.html +share/doc/ghc/hslibs/sec-int.html +share/doc/ghc/hslibs/sec-ioexts.html +share/doc/ghc/hslibs/sec-lang.html +share/doc/ghc/hslibs/sec-lazyst.html +share/doc/ghc/hslibs/sec-marray.html +share/doc/ghc/hslibs/sec-marshalalloc.html +share/doc/ghc/hslibs/sec-marshalarray.html +share/doc/ghc/hslibs/sec-marshalerror.html +share/doc/ghc/hslibs/sec-marshalutils.html +share/doc/ghc/hslibs/sec-net.html +share/doc/ghc/hslibs/sec-num.html +share/doc/ghc/hslibs/sec-numexts.html +share/doc/ghc/hslibs/sec-parsec.html +share/doc/ghc/hslibs/sec-posix.html +share/doc/ghc/hslibs/sec-pretty.html +share/doc/ghc/hslibs/sec-ptr.html +share/doc/ghc/hslibs/sec-quickcheck.html +share/doc/ghc/hslibs/sec-showfunctions.html +share/doc/ghc/hslibs/sec-st.html +share/doc/ghc/hslibs/sec-stable-names.html +share/doc/ghc/hslibs/sec-stable-pointers.html +share/doc/ghc/hslibs/sec-storable.html +share/doc/ghc/hslibs/sec-storablearray.html +share/doc/ghc/hslibs/sec-systemexts.html +share/doc/ghc/hslibs/sec-text.html +share/doc/ghc/hslibs/sec-uri.html +share/doc/ghc/hslibs/sec-util.html +share/doc/ghc/hslibs/sec-weak.html +share/doc/ghc/hslibs/sec-win32.html +share/doc/ghc/hslibs/sec-word.html +share/doc/ghc/hslibs/select.html +share/doc/ghc/hslibs/set.html +share/doc/ghc/hslibs/socket.html +share/doc/ghc/hslibs/socketprim.html +share/doc/ghc/hslibs/stylesheet-images/caution.gif +share/doc/ghc/hslibs/stylesheet-images/home.gif +share/doc/ghc/hslibs/stylesheet-images/important.gif +share/doc/ghc/hslibs/stylesheet-images/next.gif +share/doc/ghc/hslibs/stylesheet-images/note.gif +share/doc/ghc/hslibs/stylesheet-images/prev.gif +share/doc/ghc/hslibs/stylesheet-images/tip.gif +share/doc/ghc/hslibs/stylesheet-images/toc-blank.gif +share/doc/ghc/hslibs/stylesheet-images/toc-minus.gif +share/doc/ghc/hslibs/stylesheet-images/toc-plus.gif +share/doc/ghc/hslibs/stylesheet-images/up.gif +share/doc/ghc/hslibs/stylesheet-images/warning.gif +share/doc/ghc/hslibs/system-database.html +share/doc/ghc/index.html +share/doc/ghc/network/Network.BSD.html +share/doc/ghc/network/Network.CGI.html +share/doc/ghc/network/Network.Socket.html +share/doc/ghc/network/Network.URI.html +share/doc/ghc/network/Network.html +share/doc/ghc/network/doc-index-tA.html +share/doc/ghc/network/doc-index-tB.html +share/doc/ghc/network/doc-index-tC.html +share/doc/ghc/network/doc-index-tD.html +share/doc/ghc/network/doc-index-tE.html +share/doc/ghc/network/doc-index-tF.html +share/doc/ghc/network/doc-index-tG.html +share/doc/ghc/network/doc-index-tH.html +share/doc/ghc/network/doc-index-tI.html +share/doc/ghc/network/doc-index-tJ.html +share/doc/ghc/network/doc-index-tK.html +share/doc/ghc/network/doc-index-tL.html +share/doc/ghc/network/doc-index-tM.html +share/doc/ghc/network/doc-index-tN.html +share/doc/ghc/network/doc-index-tO.html +share/doc/ghc/network/doc-index-tP.html +share/doc/ghc/network/doc-index-tQ.html +share/doc/ghc/network/doc-index-tR.html +share/doc/ghc/network/doc-index-tS.html +share/doc/ghc/network/doc-index-tT.html +share/doc/ghc/network/doc-index-tU.html +share/doc/ghc/network/doc-index-tV.html +share/doc/ghc/network/doc-index-tW.html +share/doc/ghc/network/doc-index-tX.html +share/doc/ghc/network/doc-index-tY.html +share/doc/ghc/network/doc-index-tZ.html +share/doc/ghc/network/doc-index-vA.html +share/doc/ghc/network/doc-index-vB.html +share/doc/ghc/network/doc-index-vC.html +share/doc/ghc/network/doc-index-vD.html +share/doc/ghc/network/doc-index-vE.html +share/doc/ghc/network/doc-index-vF.html +share/doc/ghc/network/doc-index-vG.html +share/doc/ghc/network/doc-index-vH.html +share/doc/ghc/network/doc-index-vI.html +share/doc/ghc/network/doc-index-vJ.html +share/doc/ghc/network/doc-index-vK.html +share/doc/ghc/network/doc-index-vL.html +share/doc/ghc/network/doc-index-vM.html +share/doc/ghc/network/doc-index-vN.html +share/doc/ghc/network/doc-index-vO.html +share/doc/ghc/network/doc-index-vP.html +share/doc/ghc/network/doc-index-vQ.html +share/doc/ghc/network/doc-index-vR.html +share/doc/ghc/network/doc-index-vS.html +share/doc/ghc/network/doc-index-vT.html +share/doc/ghc/network/doc-index-vU.html +share/doc/ghc/network/doc-index-vV.html +share/doc/ghc/network/doc-index-vW.html +share/doc/ghc/network/doc-index-vX.html +share/doc/ghc/network/doc-index-vY.html +share/doc/ghc/network/doc-index-vZ.html +share/doc/ghc/network/doc-index.html +share/doc/ghc/network/haddock.css +share/doc/ghc/network/haskell_icon.gif +share/doc/ghc/network/index.html +share/doc/ghc/users_guide.ps +share/doc/ghc/users_guide/bug-reporting.html +share/doc/ghc/users_guide/concurrent-and-parallel.html +share/doc/ghc/users_guide/docbook.css +share/doc/ghc/users_guide/ext-core.html +share/doc/ghc/users_guide/faq.html +share/doc/ghc/users_guide/faster.html +share/doc/ghc/users_guide/ffi.html +share/doc/ghc/users_guide/file-suffixes.html +share/doc/ghc/users_guide/flag-reference.html +share/doc/ghc/users_guide/generic-classes.html +share/doc/ghc/users_guide/ghc-language-features.html +share/doc/ghc/users_guide/ghci-commands.html +share/doc/ghc/users_guide/ghci-compiled.html +share/doc/ghc/users_guide/ghci-dot-files.html +share/doc/ghc/users_guide/ghci-invokation.html +share/doc/ghc/users_guide/ghci-set.html +share/doc/ghc/users_guide/ghci.html +share/doc/ghc/users_guide/happy.html +share/doc/ghc/users_guide/hp2ps.html +share/doc/ghc/users_guide/hsc2hs.html +share/doc/ghc/users_guide/introduction-ghc.html +share/doc/ghc/users_guide/license.html +share/doc/ghc/users_guide/make-mode.html +share/doc/ghc/users_guide/newtype-deriving.html +share/doc/ghc/users_guide/options-debugging.html +share/doc/ghc/users_guide/options-help.html +share/doc/ghc/users_guide/options-optimise.html +share/doc/ghc/users_guide/options-order.html +share/doc/ghc/users_guide/options-output.html +share/doc/ghc/users_guide/options-phases.html +share/doc/ghc/users_guide/options-platform.html +share/doc/ghc/users_guide/options-sanity.html +share/doc/ghc/users_guide/packages.html +share/doc/ghc/users_guide/pragmas.html +share/doc/ghc/users_guide/primitives.html +share/doc/ghc/users_guide/prof-compiler-options.html +share/doc/ghc/users_guide/prof-heap.html +share/doc/ghc/users_guide/prof-time-options.html +share/doc/ghc/users_guide/prof-xml-tool.html +share/doc/ghc/users_guide/profiling.html +share/doc/ghc/users_guide/release-5-04.html +share/doc/ghc/users_guide/rewrite-rules.html +share/doc/ghc/users_guide/runtime-control.html +share/doc/ghc/users_guide/sec-assertions.html +share/doc/ghc/users_guide/sec-ffi-ghc.html +share/doc/ghc/users_guide/sec-install-files.html +share/doc/ghc/users_guide/sec-install-windows.html +share/doc/ghc/users_guide/sec-installing-bin-distrib.html +share/doc/ghc/users_guide/sec-using-concurrent.html +share/doc/ghc/users_guide/sec-using-parallel.html +share/doc/ghc/users_guide/separate-compilation.html +share/doc/ghc/users_guide/smaller.html +share/doc/ghc/users_guide/sooner-faster-quicker.html +share/doc/ghc/users_guide/static-dynamic-flags.html +share/doc/ghc/users_guide/stylesheet-images/caution.gif +share/doc/ghc/users_guide/stylesheet-images/home.gif +share/doc/ghc/users_guide/stylesheet-images/important.gif +share/doc/ghc/users_guide/stylesheet-images/next.gif +share/doc/ghc/users_guide/stylesheet-images/note.gif +share/doc/ghc/users_guide/stylesheet-images/prev.gif +share/doc/ghc/users_guide/stylesheet-images/tip.gif +share/doc/ghc/users_guide/stylesheet-images/toc-blank.gif +share/doc/ghc/users_guide/stylesheet-images/toc-minus.gif +share/doc/ghc/users_guide/stylesheet-images/toc-plus.gif +share/doc/ghc/users_guide/stylesheet-images/up.gif +share/doc/ghc/users_guide/stylesheet-images/warning.gif +share/doc/ghc/users_guide/syntax-extns.html +share/doc/ghc/users_guide/thriftier.html +share/doc/ghc/users_guide/ticky-ticky.html +share/doc/ghc/users_guide/type-extensions.html +share/doc/ghc/users_guide/users-guide.html +share/doc/ghc/users_guide/using-ghc.html +share/doc/ghc/users_guide/utils.html +share/doc/ghc/users_guide/version-numbering.html +share/doc/ghc/users_guide/vs-haskell-defn.html +share/doc/ghc/users_guide/win32-dlls-create.html +share/doc/ghc/users_guide/win32-dlls-foreign.html +share/doc/ghc/users_guide/win32-dlls-linking-static.html +share/doc/ghc/users_guide/win32-dlls.html +share/doc/ghc/users_guide/wrong-compilee.html +share/doc/ghc/users_guide/wrong.html +share/doc/ghc/users_guide/x1048.html +share/doc/ghc/users_guide/x1660.html +share/doc/ghc/users_guide/x938.html +@dirrm share/doc/ghc/users_guide/stylesheet-images +@dirrm share/doc/ghc/users_guide +@dirrm share/doc/ghc/network +@dirrm share/doc/ghc/hslibs/stylesheet-images +@dirrm share/doc/ghc/hslibs +@dirrm share/doc/ghc/haskell98 +@dirrm share/doc/ghc/haskell-src +@dirrm share/doc/ghc/building/stylesheet-images +@dirrm share/doc/ghc/building +@dirrm share/doc/ghc/base +@dirrm share/doc/ghc |