ghc-x86_64 _unstable_ port information

Package: ghc
Version: 7.0.4
Revision: 1
BuildDepends: fink (>= 0.24.12)
Architecture: x86_64
Source: http://www.haskell.org/ghc/dist/%v/%n-%v-x86_64-apple-darwin.tar.bz2
Source-MD5: af89d3d2ca6e9b23384baacb7d8161dd
SourceDirectory: %n-%v

CompileScript: ./configure %c
InstallScript: make DESTDIR=%d install

SplitOff: <<
Package: %N-prof
Depends: %N (= %v-%r)
Files: <<
lib/%N-%v/*_p.a
<<
Description: Glasgow Haskell Compiler (Profiling Libraries)
DescDetail: <<
This package contains additional profiling libraries. They are not
needed for normal use.
<<
DocFiles: LICENSE
<<
DocFiles: LICENSE README
Description: Glasgow Haskell Compiler
DescDetail: <<
The Glasgow Haskell Compiler is a robust, fully-featured, optimising
compiler and interactive environment for Haskell 98. GHC compiles
Haskell to either native code or C. It implements numerous experimental
language extensions to Haskell 98, for example: concurrency, a foreign
language interface, multi-parameter type classes, scoped type variables,
existential and universal quantification, unboxed types, exceptions,
weak pointers, and so on. GHC comes with a generational garbage collector,
and a space and time profiler.
<<
Homepage: http://www.haskell.org/ghc/
License: BSD
Maintainer: Brendan Cully