Skip to content

Instantly share code, notes, and snippets.

@tianyicui
Created November 18, 2010 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tianyicui/704827 to your computer and use it in GitHub Desktop.
Save tianyicui/704827 to your computer and use it in GitHub Desktop.
output of /usr/local/bin/ghc-pkg dump --global -v2
using cache: /Users/tianyi/.ghc/i386-darwin-6.12.3/package.conf.d/package.cache
using cache: /usr/local/Cellar/ghc/6.12.3/lib/ghc/package.conf.d/package.cache
name: Cabal
version: 1.8.0.6
id: Cabal-1.8.0.6-ec9be469687b5a514f4b7e8e2b8343c7
license: BSD3
copyright: 2003-2006, Isaac Jones
2005-2009, Duncan Coutts
maintainer: cabal-devel@haskell.org
stability:
homepage: http://www.haskell.org/cabal/
package-url:
description: The Haskell Common Architecture for Building Applications and
Libraries: a framework defining a common interface for authors to more
easily build their Haskell applications in a portable way.
.
The Haskell Cabal is part of a larger infrastructure for distributing,
organizing, and cataloging Haskell libraries and tools.
category: Distribution
author: Isaac Jones <ijones@syntaxpolice.org>
Duncan Coutts <duncan@haskell.org>
exposed: True
exposed-modules: Distribution.Compiler
Distribution.InstalledPackageInfo Distribution.License
Distribution.Make Distribution.ModuleName Distribution.Package
Distribution.PackageDescription
Distribution.PackageDescription.Configuration
Distribution.PackageDescription.Parse
Distribution.PackageDescription.Check Distribution.ParseUtils
Distribution.ReadE Distribution.Simple Distribution.Simple.Build
Distribution.Simple.Build.Macros
Distribution.Simple.Build.PathsModule
Distribution.Simple.BuildPaths Distribution.Simple.Command
Distribution.Simple.Compiler Distribution.Simple.Configure
Distribution.Simple.GHC Distribution.Simple.LHC
Distribution.Simple.Haddock Distribution.Simple.Hugs
Distribution.Simple.Install Distribution.Simple.InstallDirs
Distribution.Simple.JHC Distribution.Simple.LocalBuildInfo
Distribution.Simple.NHC Distribution.Simple.PackageIndex
Distribution.Simple.PreProcess Distribution.Simple.PreProcess.Unlit
Distribution.Simple.Program Distribution.Simple.Program.Ar
Distribution.Simple.Program.Builtin Distribution.Simple.Program.Db
Distribution.Simple.Program.HcPkg Distribution.Simple.Program.Ld
Distribution.Simple.Program.Run Distribution.Simple.Program.Script
Distribution.Simple.Program.Types Distribution.Simple.Register
Distribution.Simple.Setup Distribution.Simple.SrcDist
Distribution.Simple.UserHooks Distribution.Simple.Utils
Distribution.System Distribution.Text Distribution.Verbosity
Distribution.Version Distribution.Compat.ReadP
Language.Haskell.Extension
hidden-modules: Distribution.GetOpt Distribution.Compat.Exception
Distribution.Compat.CopyFile Distribution.Compat.TempFile
Distribution.Simple.GHC.IPI641 Distribution.Simple.GHC.IPI642
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/Cabal-1.8.0.6
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/Cabal-1.8.0.6
hs-libraries: HSCabal-1.8.0.6
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f
old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
pretty-1.0.1.1-cde327683d86c8644fc9073c368cc5ea
process-1.0.1.3-1209536e5ce8f43dc64e390034356d63
unix-2.4.0.2-94ca14c8a73570f9d75aca642b4de0c6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/Cabal-1.8.0.6/Cabal.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/Cabal-1.8.0.6
---
name: array
version: 0.3.0.1
id: array-0.3.0.1-438000c197b51c147f229b54edbf632e
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package defines the classes @IArray@ of immutable arrays and
@MArray@ of arrays mutable within appropriate monads, as well as
some instances of these classes.
category: Data Structures
author:
exposed: True
exposed-modules: Data.Array.Base Data.Array.IArray Data.Array.IO
Data.Array.IO.Internals Data.Array.MArray Data.Array.ST
Data.Array.Storable Data.Array.Unboxed Data.Array
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/array-0.3.0.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/array-0.3.0.1
hs-libraries: HSarray-0.3.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/array-0.3.0.1/array.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/array-0.3.0.1
---
name: base
version: 3.0.3.2
id: base-3.0.3.2-260693a92016991a03206b5a55f6a411
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This is a backwards-compatible version of the base package.
It depends on a later version of base, and was probably supplied
with your compiler when it was installed.
category:
author:
exposed: True
exposed-modules: Data.Generics Data.Generics.Aliases
Data.Generics.Basics Data.Generics.Instances Data.Generics.Schemes
Data.Generics.Text Data.Generics.Twins Foreign.Concurrent GHC.Arr
GHC.Base GHC.Conc GHC.ConsoleHandler GHC.Desugar GHC.Dotnet
GHC.Enum GHC.Environment GHC.Err GHC.Exception GHC.Exts GHC.Float
GHC.ForeignPtr GHC.Handle GHC.IO GHC.IOBase GHC.Int GHC.List
GHC.Num GHC.PArr GHC.Pack GHC.Ptr GHC.Read GHC.Real GHC.ST
GHC.STRef GHC.Show GHC.Stable GHC.Storable GHC.TopHandler
GHC.Unicode GHC.Weak GHC.Word System.Timeout Control.Applicative
Control.Arrow Control.Category Control.Concurrent
Control.Concurrent.Chan Control.Concurrent.MVar
Control.Concurrent.QSem Control.Concurrent.QSemN
Control.Concurrent.SampleVar Control.Exception Control.Monad
Control.Monad.Fix Control.Monad.Instances Control.Monad.ST
Control.Monad.ST.Lazy Control.Monad.ST.Strict Data.Bits Data.Bool
Data.Char Data.Complex Data.Dynamic Data.Either Data.Eq Data.Fixed
Data.Foldable Data.Function Data.HashTable Data.IORef Data.Int
Data.Ix Data.List Data.Maybe Data.Monoid Data.Ord Data.Ratio
Data.STRef Data.STRef.Lazy Data.STRef.Strict Data.String
Data.Traversable Data.Tuple Data.Typeable Data.Unique Data.Version
Data.Word Debug.Trace Foreign Foreign.C Foreign.C.Error
Foreign.C.String Foreign.C.Types Foreign.ForeignPtr Foreign.Marshal
Foreign.Marshal.Alloc Foreign.Marshal.Array Foreign.Marshal.Error
Foreign.Marshal.Pool Foreign.Marshal.Utils Foreign.Ptr
Foreign.StablePtr Foreign.Storable Numeric Prelude
System.Console.GetOpt System.CPUTime System.Environment System.Exit
System.IO System.IO.Error System.IO.Unsafe System.Info System.Mem
System.Mem.StableName System.Mem.Weak System.Posix.Internals
System.Posix.Types Text.ParserCombinators.ReadP
Text.ParserCombinators.ReadPrec Text.Printf Text.Read Text.Read.Lex
Text.Show Text.Show.Functions Unsafe.Coerce
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/base-3.0.3.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/base-3.0.3.2
hs-libraries: HSbase-3.0.3.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
syb-0.1.0.2-0917873f366b0be90a48082271223b4e
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/base-3.0.3.2/base.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/base-3.0.3.2
---
name: base
version: 4.2.0.2
id: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains the Prelude and its support libraries,
and a large collection of useful libraries ranging from data
structures to parsing combinators and debugging utilities.
category:
author:
exposed: True
exposed-modules: Foreign.Concurrent GHC.Arr GHC.Base GHC.Classes
GHC.Conc GHC.ConsoleHandler GHC.Constants GHC.Desugar GHC.Enum
GHC.Environment GHC.Err GHC.Exception GHC.Exts GHC.Float
GHC.ForeignPtr GHC.MVar GHC.IO GHC.IO.IOMode GHC.IO.Buffer
GHC.IO.Device GHC.IO.BufferedIO GHC.IO.FD GHC.IO.Exception
GHC.IO.Encoding GHC.IO.Encoding.Latin1 GHC.IO.Encoding.UTF8
GHC.IO.Encoding.UTF16 GHC.IO.Encoding.UTF32 GHC.IO.Encoding.Types
GHC.IO.Encoding.Iconv GHC.IO.Encoding.CodePage GHC.IO.Handle
GHC.IO.Handle.Types GHC.IO.Handle.Internals GHC.IO.Handle.FD
GHC.IO.Handle.Text GHC.IOBase GHC.Handle GHC.IORef GHC.IOArray
GHC.Int GHC.List GHC.Num GHC.PArr GHC.Pack GHC.Ptr GHC.Read
GHC.Real GHC.ST GHC.STRef GHC.Show GHC.Stable GHC.Storable
GHC.TopHandler GHC.Unicode GHC.Weak GHC.Word System.Timeout
Control.Applicative Control.Arrow Control.Category
Control.Concurrent Control.Concurrent.Chan Control.Concurrent.MVar
Control.Concurrent.QSem Control.Concurrent.QSemN
Control.Concurrent.SampleVar Control.Exception
Control.Exception.Base Control.OldException Control.Monad
Control.Monad.Fix Control.Monad.Instances Control.Monad.ST
Control.Monad.ST.Lazy Control.Monad.ST.Strict Data.Bits Data.Bool
Data.Char Data.Complex Data.Dynamic Data.Either Data.Eq Data.Data
Data.Fixed Data.Foldable Data.Function Data.Functor Data.HashTable
Data.IORef Data.Int Data.Ix Data.List Data.Maybe Data.Monoid
Data.Ord Data.Ratio Data.STRef Data.STRef.Lazy Data.STRef.Strict
Data.String Data.Traversable Data.Tuple Data.Typeable Data.Unique
Data.Version Data.Word Debug.Trace Foreign Foreign.C
Foreign.C.Error Foreign.C.String Foreign.C.Types Foreign.ForeignPtr
Foreign.Marshal Foreign.Marshal.Alloc Foreign.Marshal.Array
Foreign.Marshal.Error Foreign.Marshal.Pool Foreign.Marshal.Utils
Foreign.Ptr Foreign.StablePtr Foreign.Storable Numeric Prelude
System.Console.GetOpt System.CPUTime System.Environment System.Exit
System.IO System.IO.Error System.IO.Unsafe System.Info System.Mem
System.Mem.StableName System.Mem.Weak System.Posix.Internals
System.Posix.Types Text.ParserCombinators.ReadP
Text.ParserCombinators.ReadPrec Text.Printf Text.Read Text.Read.Lex
Text.Show Text.Show.Functions Unsafe.Coerce
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/base-4.2.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/base-4.2.0.2
hs-libraries: HSbase-4.2.0.2
extra-libraries: iconv
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/base-4.2.0.2/include
includes: HsBase.h
depends: ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
integer-gmp-0.2.0.1-72436e28c79d056c87cc0d2d2f9f3773 builtin_rts
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/base-4.2.0.2/base.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/base-4.2.0.2
---
name: bin-package-db
version: 0.0.0.0
id: bin-package-db-0.0.0.0-0dffb74a73bb78b5dc02ca941bbcbea0
license: BSD3
copyright:
maintainer: cvs-ghc@haskell.org
stability:
homepage:
package-url:
description:
category:
author:
exposed: True
exposed-modules: Distribution.InstalledPackageInfo.Binary
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/bin-package-db-0.0.0.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/bin-package-db-0.0.0.0
hs-libraries: HSbin-package-db-0.0.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: Cabal-1.8.0.6-ec9be469687b5a514f4b7e8e2b8343c7
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
ghc-binary-0.5.0.2-65e476e80633fdb913f3a18a211c7d06
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0/bin-package-db.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/bin-package-db-0.0.0.0
---
name: ffi
version: 1.0
id: builtin_ffi
license: BSD3
copyright:
maintainer: glasgow-haskell-users@haskell.org
stability:
homepage:
package-url:
description:
category:
author:
exposed: True
exposed-modules:
hidden-modules:
import-dirs:
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc
hs-libraries: HSffi
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/include
includes:
depends:
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
---
name: rts
version: 1.0
id: builtin_rts
license: BSD3
copyright:
maintainer: glasgow-haskell-users@haskell.org
stability:
homepage:
package-url:
description:
category:
author:
exposed: True
exposed-modules:
hidden-modules:
import-dirs:
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc
hs-libraries: HSrts
extra-libraries: m dl
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/include
includes: Stg.h
depends: builtin_ffi
hugs-options:
cc-options:
ld-options: -u _ghczmprim_GHCziTypes_Izh_static_info -u
_ghczmprim_GHCziTypes_Czh_static_info -u
_ghczmprim_GHCziTypes_Fzh_static_info -u
_ghczmprim_GHCziTypes_Dzh_static_info -u
_base_GHCziPtr_Ptr_static_info -u _base_GHCziWord_Wzh_static_info
-u _base_GHCziInt_I8zh_static_info -u
_base_GHCziInt_I16zh_static_info -u
_base_GHCziInt_I32zh_static_info -u
_base_GHCziInt_I64zh_static_info -u
_base_GHCziWord_W8zh_static_info -u
_base_GHCziWord_W16zh_static_info -u
_base_GHCziWord_W32zh_static_info -u
_base_GHCziWord_W64zh_static_info -u
_base_GHCziStable_StablePtr_static_info -u
_ghczmprim_GHCziTypes_Izh_con_info -u
_ghczmprim_GHCziTypes_Czh_con_info -u
_ghczmprim_GHCziTypes_Fzh_con_info -u
_ghczmprim_GHCziTypes_Dzh_con_info -u _base_GHCziPtr_Ptr_con_info
-u _base_GHCziPtr_FunPtr_con_info -u
_base_GHCziStable_StablePtr_con_info -u
_ghczmprim_GHCziBool_False_closure -u
_ghczmprim_GHCziBool_True_closure -u
_base_GHCziPack_unpackCString_closure -u
_base_GHCziIOziException_stackOverflow_closure -u
_base_GHCziIOziException_heapOverflow_closure -u
_base_ControlziExceptionziBase_nonTermination_closure -u
_base_GHCziIOziException_blockedIndefinitelyOnMVar_closure -u
_base_GHCziIOziException_blockedIndefinitelyOnSTM_closure -u
_base_ControlziExceptionziBase_nestedAtomically_closure -u
_base_GHCziWeak_runFinalizzerBatch_closure -u
_base_GHCziTopHandler_runIO_closure -u
_base_GHCziTopHandler_runNonIO_closure -u
_base_GHCziConc_ensureIOManagerIsRunning_closure -u
_base_GHCziConc_runSparks_closure -u
_base_GHCziConc_runHandlers_closure "-Wl,-search_paths_first"
-read_only_relocs warning
framework-dirs:
frameworks:
haddock-interfaces:
haddock-html:
---
name: bytestring
version: 0.9.1.7
id: bytestring-0.9.1.7-64b858f95ff0dacc8acf396bb53cf4b9
license: BSD3
copyright: Copyright (c) Don Stewart 2005-2009,
(c) Duncan Coutts 2006-2009,
(c) David Roundy 2003-2005.
maintainer: dons@galois.com, duncan@haskell.org
stability:
homepage: http://www.cse.unsw.edu.au/~dons/fps.html
package-url:
description: A time and space-efficient implementation of byte vectors using
packed Word8 arrays, suitable for high performance use, both in terms
of large data quantities, or high speed requirements. Byte vectors
are encoded as strict 'Word8' arrays of bytes, and lazy lists of
strict chunks, held in a 'ForeignPtr', and can be passed between C
and Haskell with little effort.
.
Test coverage data for this library is available at:
<http://code.haskell.org/~dons/tests/bytestring/hpc_index.html>
category: Data
author: Don Stewart, Duncan Coutts
exposed: True
exposed-modules: Data.ByteString Data.ByteString.Char8
Data.ByteString.Unsafe Data.ByteString.Internal
Data.ByteString.Lazy Data.ByteString.Lazy.Char8
Data.ByteString.Lazy.Internal Data.ByteString.Fusion
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/bytestring-0.9.1.7
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/bytestring-0.9.1.7
hs-libraries: HSbytestring-0.9.1.7
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/bytestring-0.9.1.7/include
includes: fpstring.h
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/bytestring-0.9.1.7/bytestring.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/bytestring-0.9.1.7
---
name: containers
version: 0.3.0.0
id: containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains efficient general-purpose implementations
of various basic immutable container types. The declared cost of
each operation is either worst-case or amortized, but remains
valid even if structures are shared.
category: Data Structures
author:
exposed: True
exposed-modules: Data.Graph Data.IntMap Data.IntSet Data.Map
Data.Sequence Data.Set Data.Tree
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/containers-0.3.0.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/containers-0.3.0.0
hs-libraries: HScontainers-0.3.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/containers-0.3.0.0/containers.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/containers-0.3.0.0
---
name: directory
version: 1.0.1.1
id: directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package provides a library for handling directories.
category: System
author:
exposed: True
exposed-modules: System.Directory
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/directory-1.0.1.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/directory-1.0.1.1
hs-libraries: HSdirectory-1.0.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/directory-1.0.1.1/include
includes: HsDirectory.h
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f
old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
unix-2.4.0.2-94ca14c8a73570f9d75aca642b4de0c6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/directory-1.0.1.1/directory.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/directory-1.0.1.1
---
name: dph-base
version: 0.4.0
id: dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Manuel M T Chakravarty, Gabriele Keller, Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel.Base Data.Array.Parallel.Arr
Data.Array.Parallel.Stream
hidden-modules: Data.Array.Parallel.Base.Config
Data.Array.Parallel.Base.Debug Data.Array.Parallel.Base.Hyperstrict
Data.Array.Parallel.Base.Util Data.Array.Parallel.Base.Text
Data.Array.Parallel.Base.Rebox
Data.Array.Parallel.Stream.Flat.Stream
Data.Array.Parallel.Stream.Flat.Basics
Data.Array.Parallel.Stream.Flat.Combinators
Data.Array.Parallel.Stream.Flat.Enum
Data.Array.Parallel.Stream.Flat.Random
Data.Array.Parallel.Stream.Flat.Search
Data.Array.Parallel.Stream.Flat
Data.Array.Parallel.Stream.Segmented Data.Array.Parallel.Arr.BUArr
Data.Array.Parallel.Arr.BBArr
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-base-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-base-0.4.0
hs-libraries: HSdph-base-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-base-0.4.0/include
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-base-0.4.0/dph-base.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-base-0.4.0
---
name: dph-par
version: 0.4.0
id: dph-par-0.4.0-436308af1d9725eae22b56265f6035ec
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Manuel M T Chakravarty, Gabriele Keller, Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel Data.Array.Parallel.Lifted
Data.Array.Parallel.Prelude Data.Array.Parallel.Prelude.Int
Data.Array.Parallel.Prelude.Word8
Data.Array.Parallel.Prelude.Double Data.Array.Parallel.PArray
hidden-modules: Data.Array.Parallel.Lifted.PArray
Data.Array.Parallel.Lifted.Unboxed
Data.Array.Parallel.Lifted.Scalar Data.Array.Parallel.Lifted.Repr
Data.Array.Parallel.Lifted.Closure
Data.Array.Parallel.Lifted.Instances
Data.Array.Parallel.Lifted.Combinators
Data.Array.Parallel.Lifted.Selector
Data.Array.Parallel.Prelude.Base.Int
Data.Array.Parallel.Prelude.Base.Word8
Data.Array.Parallel.Prelude.Base.Double
Data.Array.Parallel.Prelude.Base.Bool
Data.Array.Parallel.Prelude.Base.PArr
Data.Array.Parallel.Prelude.Base.Tuple
Data.Array.Parallel.Prelude.Base Data.Array.Parallel.Prelude.Bool
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-par-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-par-0.4.0
hs-libraries: HSdph-par-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
dph-prim-par-0.4.0-f50244f641e11199728ed6b718f35c07
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-par-0.4.0/dph-par.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-par-0.4.0
---
name: dph-prim-interface
version: 0.4.0
id: dph-prim-interface-0.4.0-1e5823af1d17e7a97b7e9bef0183d383
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel.Unlifted
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-interface-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-interface-0.4.0
hs-libraries: HSdph-prim-interface-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-interface-0.4.0/include
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-interface-0.4.0/dph-prim-interface.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-interface-0.4.0
---
name: dph-prim-par
version: 0.4.0
id: dph-prim-par-0.4.0-f50244f641e11199728ed6b718f35c07
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Manuel M T Chakravarty, Gabriele Keller, Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel.Unlifted.Distributed
Data.Array.Parallel.Unlifted.Parallel Data.Array.Parallel.Unlifted
hidden-modules: Data.Array.Parallel.Unlifted.Distributed.Gang
Data.Array.Parallel.Unlifted.Distributed.TheGang
Data.Array.Parallel.Unlifted.Distributed.DistST
Data.Array.Parallel.Unlifted.Distributed.Types
Data.Array.Parallel.Unlifted.Distributed.Combinators
Data.Array.Parallel.Unlifted.Distributed.Scalars
Data.Array.Parallel.Unlifted.Distributed.Arrays
Data.Array.Parallel.Unlifted.Distributed.Basics
Data.Array.Parallel.Unlifted.Parallel.Combinators
Data.Array.Parallel.Unlifted.Parallel.Sums
Data.Array.Parallel.Unlifted.Parallel.Basics
Data.Array.Parallel.Unlifted.Parallel.Permute
Data.Array.Parallel.Unlifted.Parallel.Enum
Data.Array.Parallel.Unlifted.Parallel.Segmented
Data.Array.Parallel.Unlifted.Parallel.Subarrays
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-par-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-par-0.4.0
hs-libraries: HSdph-prim-par-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
dph-prim-interface-0.4.0-1e5823af1d17e7a97b7e9bef0183d383
dph-prim-seq-0.4.0-2db3810d7d663b5ea836ccc200e2eb88
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-par-0.4.0/dph-prim-par.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-par-0.4.0
---
name: dph-prim-seq
version: 0.4.0
id: dph-prim-seq-0.4.0-2db3810d7d663b5ea836ccc200e2eb88
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Manuel M T Chakravarty, Gabriele Keller, Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel.Unlifted.Sequential
Data.Array.Parallel.Unlifted
hidden-modules: Data.Array.Parallel.Unlifted.Sequential.Flat.UArr
Data.Array.Parallel.Unlifted.Sequential.Flat.Stream
Data.Array.Parallel.Unlifted.Sequential.Flat.Basics
Data.Array.Parallel.Unlifted.Sequential.Flat.Enum
Data.Array.Parallel.Unlifted.Sequential.Flat.Subarrays
Data.Array.Parallel.Unlifted.Sequential.Flat.Combinators
Data.Array.Parallel.Unlifted.Sequential.Flat.Sums
Data.Array.Parallel.Unlifted.Sequential.Flat.Permute
Data.Array.Parallel.Unlifted.Sequential.Flat.Text
Data.Array.Parallel.Unlifted.Sequential.Flat.Random
Data.Array.Parallel.Unlifted.Sequential.Flat.Search
Data.Array.Parallel.Unlifted.Sequential.Flat
Data.Array.Parallel.Unlifted.Sequential.Segmented.USegd
Data.Array.Parallel.Unlifted.Sequential.Segmented.Basics
Data.Array.Parallel.Unlifted.Sequential.Segmented.Combinators
Data.Array.Parallel.Unlifted.Sequential.Segmented.Sums
Data.Array.Parallel.Unlifted.Sequential.Segmented.Text
Data.Array.Parallel.Unlifted.Sequential.Segmented
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-seq-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-prim-seq-0.4.0
hs-libraries: HSdph-prim-seq-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
dph-prim-interface-0.4.0-1e5823af1d17e7a97b7e9bef0183d383
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-seq-0.4.0/dph-prim-seq.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-prim-seq-0.4.0
---
name: dph-seq
version: 0.4.0
id: dph-seq-0.4.0-1df951f78b4efbc84e2534bab253505d
license: BSD3
copyright:
maintainer: Roman Leshchinskiy <rl@cse.unsw.edu.au>
stability:
homepage: http://www.cse.unsw.edu.au/~chak/project/dph/
package-url:
description:
category: Data Structures
author: Manuel M T Chakravarty, Gabriele Keller, Roman Leshchinskiy
exposed: False
exposed-modules: Data.Array.Parallel Data.Array.Parallel.Lifted
Data.Array.Parallel.Prelude Data.Array.Parallel.Prelude.Int
Data.Array.Parallel.Prelude.Word8
Data.Array.Parallel.Prelude.Double Data.Array.Parallel.PArray
hidden-modules: Data.Array.Parallel.Lifted.PArray
Data.Array.Parallel.Lifted.Unboxed
Data.Array.Parallel.Lifted.Scalar Data.Array.Parallel.Lifted.Repr
Data.Array.Parallel.Lifted.Closure
Data.Array.Parallel.Lifted.Instances
Data.Array.Parallel.Lifted.Combinators
Data.Array.Parallel.Lifted.Selector
Data.Array.Parallel.Prelude.Base.Int
Data.Array.Parallel.Prelude.Base.Word8
Data.Array.Parallel.Prelude.Base.Double
Data.Array.Parallel.Prelude.Base.Bool
Data.Array.Parallel.Prelude.Base.PArr
Data.Array.Parallel.Prelude.Base.Tuple
Data.Array.Parallel.Prelude.Base Data.Array.Parallel.Prelude.Bool
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-seq-0.4.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/dph-seq-0.4.0
hs-libraries: HSdph-seq-0.4.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
dph-base-0.4.0-abcb7e4b7c5201a6f34cc65d4109ec71
dph-prim-seq-0.4.0-2db3810d7d663b5ea836ccc200e2eb88
ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-seq-0.4.0/dph-seq.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/dph-seq-0.4.0
---
name: extensible-exceptions
version: 0.1.1.1
id: extensible-exceptions-0.1.1.1-28a83091e117b2e719d4a1c4a320a1c8
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package provides extensible exceptions for both new and
old versions of GHC (i.e., < 6.10).
category:
author:
exposed: True
exposed-modules: Control.Exception.Extensible
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/extensible-exceptions-0.1.1.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/extensible-exceptions-0.1.1.1
hs-libraries: HSextensible-exceptions-0.1.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1/extensible-exceptions.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/extensible-exceptions-0.1.1.1
---
name: filepath
version: 1.1.0.4
id: filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f
license: BSD3
copyright:
maintainer:
stability:
homepage: http://www-users.cs.york.ac.uk/~ndm/filepath/
package-url:
description:
category: System
author: Neil Mitchell
exposed: True
exposed-modules: System.FilePath System.FilePath.Posix
System.FilePath.Windows
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/filepath-1.1.0.4
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/filepath-1.1.0.4
hs-libraries: HSfilepath-1.1.0.4
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/filepath-1.1.0.4/filepath.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/filepath-1.1.0.4
---
name: ghc
version: 6.12.3
id: ghc-6.12.3-66a382195c8a71849653439b67021fd1
license: BSD3
copyright:
maintainer: glasgow-haskell-users@haskell.org
stability:
homepage: http://www.haskell.org/ghc/
package-url:
description: GHC's functionality can be useful for more things than just
compiling Haskell programs. Important use cases are programs
that analyse (and perhaps transform) Haskell code. Others
include loading Haskell code dynamically in a GHCi-like manner.
For this reason, a lot of GHC's functionality is made available
through this package.
category: Development
author: The GHC Team
exposed: False
exposed-modules: AsmCodeGen TargetReg NCGMonad Instruction Size Reg
RegClass PprBase PIC Platform Alpha.Regs Alpha.RegInfo Alpha.Instr
Alpha.CodeGen X86.Regs X86.RegInfo X86.Instr X86.Cond X86.Ppr
X86.CodeGen PPC.Regs PPC.RegInfo PPC.Instr PPC.Cond PPC.Ppr
PPC.CodeGen SPARC.Base SPARC.Regs SPARC.RegPlate SPARC.Imm
SPARC.AddrMode SPARC.Cond SPARC.Instr SPARC.Stack
SPARC.ShortcutJump SPARC.Ppr SPARC.CodeGen SPARC.CodeGen.Amode
SPARC.CodeGen.Base SPARC.CodeGen.CCall SPARC.CodeGen.CondCode
SPARC.CodeGen.Gen32 SPARC.CodeGen.Gen64 SPARC.CodeGen.Sanity
SPARC.CodeGen.Expand RegAlloc.Liveness RegAlloc.Graph.Main
RegAlloc.Graph.Stats RegAlloc.Graph.ArchBase RegAlloc.Graph.ArchX86
RegAlloc.Graph.Coalesce RegAlloc.Graph.Spill
RegAlloc.Graph.SpillClean RegAlloc.Graph.SpillCost
RegAlloc.Graph.TrivColorable RegAlloc.Linear.Main
RegAlloc.Linear.JoinToTargets RegAlloc.Linear.State
RegAlloc.Linear.Stats RegAlloc.Linear.FreeRegs
RegAlloc.Linear.StackMap RegAlloc.Linear.Base
RegAlloc.Linear.X86.FreeRegs RegAlloc.Linear.PPC.FreeRegs
RegAlloc.Linear.SPARC.FreeRegs DsMeta TcSplice Convert ByteCodeAsm
ByteCodeFFI ByteCodeGen ByteCodeInstr ByteCodeItbls ByteCodeLink
Debugger LibFFI Linker ObjLink RtClosureInspect BasicTypes DataCon
Demand Exception Id IdInfo Literal MkId Module Name NameEnv NameSet
NewDemand OccName RdrName SrcLoc UniqSupply Unique Var VarEnv
VarSet BlockId CLabel Cmm CmmBrokenBlock CmmBuildInfoTables CmmCPS
CmmCPSGen CmmCPSZ CmmCallConv CmmCommonBlockElimZ CmmContFlowOpt
CmmCvt CmmExpr CmmInfo CmmLex CmmLint CmmLive CmmLiveZ CmmOpt
CmmParse CmmProcPoint CmmProcPointZ CmmSpillReload CmmStackLayout
CmmTx CmmUtils CmmZipUtil DFMonad Dataflow MkZipCfg MkZipCfgCmm
OptimizationFuel PprC PprCmm PprCmmZ StackColor StackPlacements
ZipCfg ZipCfgCmmRep ZipCfgExtras ZipDataflow Bitmap CgBindery
CgCallConv CgCase CgClosure CgCon CgExpr CgForeignCall CgHeapery
CgHpc CgInfoTbls CgLetNoEscape CgMonad CgParallel CgPrimOp CgProf
CgStackery CgTailCall CgTicky CgUtils StgCmm StgCmmBind
StgCmmClosure StgCmmCon StgCmmEnv StgCmmExpr StgCmmForeign
StgCmmGran StgCmmHeap StgCmmHpc StgCmmLayout StgCmmMonad StgCmmPrim
StgCmmProf StgCmmTicky StgCmmUtils ClosureInfo CodeGen SMRep
CoreArity CoreFVs CoreLint CorePrep CoreSubst CoreSyn CoreTidy
CoreUnfold CoreUtils ExternalCore MkCore MkExternalCore PprCore
PprExternalCore CprAnalyse Check Coverage Desugar DsArrows DsBinds
DsCCall DsExpr DsForeign DsGRHSs DsListComp DsMonad DsUtils Match
MatchCon MatchLit HsBinds HsDecls HsDoc HsExpr HsImpExp HsLit HsPat
HsSyn HsTypes HsUtils BinIface BuildTyCl IfaceEnv IfaceSyn
IfaceType LoadIface MkIface TcIface Annotations BreakArray
CmdLineParser CodeOutput Config Constants DriverMkDepend
DriverPhases DriverPipeline DynFlags ErrUtils Finder GHC HeaderInfo
HscMain HscStats HscTypes InteractiveEval PackageConfig Packages
PprTyThing StaticFlags StaticFlagParser SysTools TidyPgm Ctype
HaddockUtils LexCore Lexer Parser ParserCore ParserCoreUtils
RdrHsSyn ForeignCall PrelInfo PrelNames PrelRules PrimOp TysPrim
TysWiredIn CostCentre SCCfinal RnBinds RnEnv RnExpr RnHsDoc RnHsSyn
RnNames RnPat RnSource RnTypes CoreMonad CSE FloatIn FloatOut
LiberateCase OccurAnal SAT SetLevels SimplCore SimplEnv SimplMonad
SimplUtils Simplify SRT SimplStg StgStats Rules SpecConstr
Specialise CoreToStg StgLint StgSyn DmdAnal SaAbsInt SaLib
StrictAnal WorkWrap WwLib FamInst Inst TcAnnotations TcArrows
TcBinds TcClassDcl TcDefaults TcDeriv TcEnv TcExpr TcForeign
TcGenDeriv TcHsSyn TcHsType TcInstDcls TcMType TcMatches TcPat
TcRnDriver TcRnMonad TcRnTypes TcRules TcSimplify TcTyClsDecls
TcTyDecls TcTyFuns TcType TcUnify Class Coercion FamInstEnv FunDeps
Generics InstEnv TyCon Type TypeRep Unify Bag Binary BufWrite
Digraph Encoding FastBool FastFunctions FastMutInt FastString
FastTypes Fingerprint FiniteMap GraphBase GraphColor GraphOps
GraphPpr IOEnv Interval LazyUniqFM ListSetOps Maybes MonadUtils
OrdList Outputable Panic Pretty Serialized State StringBuffer
UniqFM UniqSet Util VectBuiltIn VectCore VectMonad VectType
VectUtils Vectorise
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-6.12.3
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-6.12.3
hs-libraries: HSghc-6.12.3
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-6.12.3/include
includes:
depends: Cabal-1.8.0.6-ec9be469687b5a514f4b7e8e2b8343c7
array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
bin-package-db-0.0.0.0-0dffb74a73bb78b5dc02ca941bbcbea0
bytestring-0.9.1.7-64b858f95ff0dacc8acf396bb53cf4b9
containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f
hpc-0.5.0.5-b137ea295585d5f59903a97cfcaf81b8
old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
process-1.0.1.3-1209536e5ce8f43dc64e390034356d63
template-haskell-2.4.0.1-7f84d967c8ff6750b3d865aff2a093e1
unix-2.4.0.2-94ca14c8a73570f9d75aca642b4de0c6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-6.12.3/ghc.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-6.12.3
---
name: ghc-binary
version: 0.5.0.2
id: ghc-binary-0.5.0.2-65e476e80633fdb913f3a18a211c7d06
license: BSD3
copyright:
maintainer: Lennart Kolmodin, Don Stewart <dons@galois.com>
stability: provisional
homepage: http://code.haskell.org/binary/
package-url:
description: Efficient, pure binary serialisation using lazy ByteStrings.
Haskell values may be encoded to and from binary formats,
written to disk as binary, or sent over the network.
Serialisation speeds of over 1 G\/sec have been observed,
so this library should be suitable for high performance
scenarios.
category: Data, Parsing
author: Lennart Kolmodin <kolmodin@dtek.chalmers.se>
exposed: False
exposed-modules: Data.Binary Data.Binary.Put Data.Binary.Get
Data.Binary.Builder
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-binary-0.5.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-binary-0.5.0.2
hs-libraries: HSghc-binary-0.5.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
bytestring-0.9.1.7-64b858f95ff0dacc8acf396bb53cf4b9
containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-binary-0.5.0.2/ghc-binary.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-binary-0.5.0.2
---
name: ghc-prim
version: 0.2.0.0
id: ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: GHC primitives.
category:
author:
exposed: True
exposed-modules: GHC.Prim GHC.Bool GHC.Debug GHC.Generics
GHC.Ordering GHC.PrimopWrappers GHC.IntWord32 GHC.IntWord64
GHC.Tuple GHC.Types GHC.Unit
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-prim-0.2.0.0
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/ghc-prim-0.2.0.0
hs-libraries: HSghc-prim-0.2.0.0
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: builtin_rts
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0/ghc-prim.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/ghc-prim-0.2.0.0
---
name: haskell98
version: 1.0.1.1
id: haskell98-1.0.1.1-4d2891ad99eae334ff8234bcfbddce06
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage: http://www.haskell.org/definition/
package-url:
description: This package provides compatibility with the modules of Haskell
98 and the FFI addendum, by means of wrappers around modules from
the base package (which in many cases have additional features).
However Prelude, Numeric and Foreign are provided directly by
the base package.
category:
author:
exposed: True
exposed-modules: Array CPUTime Char Complex Directory IO Ix List
Locale Maybe Monad Random Ratio System Time Bits CError CForeign
CString CTypes ForeignPtr Int MarshalAlloc MarshalArray
MarshalError MarshalUtils Ptr StablePtr Storable Word
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/haskell98-1.0.1.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/haskell98-1.0.1.1
hs-libraries: HShaskell98-1.0.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: array-0.3.0.1-438000c197b51c147f229b54edbf632e
base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
old-locale-1.0.0.2-0c1a4b40f2d3b9f6b725f54c00fe0923
old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
process-1.0.1.3-1209536e5ce8f43dc64e390034356d63
random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/haskell98-1.0.1.1/haskell98.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/haskell98-1.0.1.1
---
name: hpc
version: 0.5.0.5
id: hpc-0.5.0.5-b137ea295585d5f59903a97cfcaf81b8
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description:
category: Control
author: Andy Gill
exposed: True
exposed-modules: Trace.Hpc.Util Trace.Hpc.Mix Trace.Hpc.Tix
Trace.Hpc.Reflect
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/hpc-0.5.0.5
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/hpc-0.5.0.5
hs-libraries: HShpc-0.5.0.5
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/hpc-0.5.0.5/hpc.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/hpc-0.5.0.5
---
name: integer-gmp
version: 0.2.0.1
id: integer-gmp-0.2.0.1-72436e28c79d056c87cc0d2d2f9f3773
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains an Integer library based on GMP.
category:
author:
exposed: True
exposed-modules: GHC.Integer GHC.Integer.GMP.Internals
hidden-modules: GHC.Integer.Type
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/integer-gmp-0.2.0.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/integer-gmp-0.2.0.1
hs-libraries: HSinteger-gmp-0.2.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: ghc-prim-0.2.0.0-9df3bd825ad17ca739e158c880a25b11
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1/integer-gmp.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/integer-gmp-0.2.0.1
---
name: old-locale
version: 1.0.0.2
id: old-locale-1.0.0.2-0c1a4b40f2d3b9f6b725f54c00fe0923
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package provides the old locale library.
For new code, the new locale library is recommended.
category: System
author:
exposed: True
exposed-modules: System.Locale
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/old-locale-1.0.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/old-locale-1.0.0.2
hs-libraries: HSold-locale-1.0.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/old-locale-1.0.0.2/old-locale.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/old-locale-1.0.0.2
---
name: old-time
version: 1.0.0.5
id: old-time-1.0.0.5-eae76cac86853f8d4221531656f78f44
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package provides the old time library.
For new code, the new time library is recommended.
category: System
author:
exposed: True
exposed-modules: System.Time
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/old-time-1.0.0.5
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/old-time-1.0.0.5
hs-libraries: HSold-time-1.0.0.5
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/old-time-1.0.0.5/include
includes: HsTime.h
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
old-locale-1.0.0.2-0c1a4b40f2d3b9f6b725f54c00fe0923
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/old-time-1.0.0.5/old-time.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/old-time-1.0.0.5
---
name: pretty
version: 1.0.1.1
id: pretty-1.0.1.1-cde327683d86c8644fc9073c368cc5ea
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains John Hughes's pretty-printing library,
heavily modified by Simon Peyton Jones.
category: Text
author:
exposed: True
exposed-modules: Text.PrettyPrint Text.PrettyPrint.HughesPJ
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/pretty-1.0.1.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/pretty-1.0.1.1
hs-libraries: HSpretty-1.0.1.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/pretty-1.0.1.1/pretty.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/pretty-1.0.1.1
---
name: process
version: 1.0.1.3
id: process-1.0.1.3-1209536e5ce8f43dc64e390034356d63
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains libraries for dealing with system processes.
category: System
author:
exposed: True
exposed-modules: System.Process.Internals System.Process System.Cmd
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/process-1.0.1.3
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/process-1.0.1.3
hs-libraries: HSprocess-1.0.1.3
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/process-1.0.1.3/include
includes: runProcess.h
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
directory-1.0.1.1-fa3418f21f42269537be694d5922dd6d
filepath-1.1.0.4-c303c646a99c2a24d2402008d247eb5f
unix-2.4.0.2-94ca14c8a73570f9d75aca642b4de0c6
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/process-1.0.1.3/process.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/process-1.0.1.3
---
name: random
version: 1.0.0.2
id: random-1.0.0.2-f4208c3677aeaaaf41e4d36309c0b4ff
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package provides a random number library.
category: System
author:
exposed: True
exposed-modules: System.Random
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/random-1.0.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/random-1.0.0.2
hs-libraries: HSrandom-1.0.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
time-1.1.4-d9f7b7932dc3a4863006ed6b1d525856
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/random-1.0.0.2/random.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/random-1.0.0.2
---
name: syb
version: 0.1.0.2
id: syb-0.1.0.2-0917873f366b0be90a48082271223b4e
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package contains the generics system described in the
/Scrap Your Boilerplate/ papers (see <http://www.cs.vu.nl/boilerplate/>).
It defines the @Data@ class of types permitting folding and unfolding
of constructor applications, instances of this class for primitive
types, and a variety of traversals.
category:
author:
exposed: True
exposed-modules: Data.Generics Data.Generics.Aliases
Data.Generics.Basics Data.Generics.Instances Data.Generics.Schemes
Data.Generics.Text Data.Generics.Twins
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/syb-0.1.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/syb-0.1.0.2
hs-libraries: HSsyb-0.1.0.2
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/syb-0.1.0.2/syb.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/syb-0.1.0.2
---
name: template-haskell
version: 2.4.0.1
id: template-haskell-2.4.0.1-7f84d967c8ff6750b3d865aff2a093e1
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: Facilities for manipulating Haskell source code using Template Haskell.
category:
author:
exposed: True
exposed-modules: Language.Haskell.TH.Syntax.Internals
Language.Haskell.TH.Syntax Language.Haskell.TH.PprLib
Language.Haskell.TH.Ppr Language.Haskell.TH.Lib
Language.Haskell.TH.Quote Language.Haskell.TH
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/template-haskell-2.4.0.1
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/template-haskell-2.4.0.1
hs-libraries: HStemplate-haskell-2.4.0.1
extra-libraries:
extra-ghci-libraries:
include-dirs:
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
containers-0.3.0.0-ee442470d8dcc9e45f31677c400c5379
pretty-1.0.1.1-cde327683d86c8644fc9073c368cc5ea
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/template-haskell-2.4.0.1/template-haskell.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/template-haskell-2.4.0.1
---
name: time
version: 1.1.4
id: time-1.1.4-d9f7b7932dc3a4863006ed6b1d525856
license: BSD3
copyright:
maintainer: <ashley@semantic.org>
stability: stable
homepage: http://semantic.org/TimeLib/
package-url:
description: A time library
category: System
author: Ashley Yakeley
exposed: True
exposed-modules: Data.Time.Calendar Data.Time.Calendar.MonthDay
Data.Time.Calendar.OrdinalDate Data.Time.Calendar.WeekDate
Data.Time.Calendar.Julian Data.Time.Calendar.Easter Data.Time.Clock
Data.Time.Clock.POSIX Data.Time.Clock.TAI Data.Time.LocalTime
Data.Time.Format Data.Time
hidden-modules: Data.Time.Calendar.Private Data.Time.Calendar.Days
Data.Time.Calendar.Gregorian Data.Time.Calendar.JulianYearDay
Data.Time.Clock.Scale Data.Time.Clock.UTC Data.Time.Clock.CTimeval
Data.Time.Clock.UTCDiff Data.Time.LocalTime.TimeZone
Data.Time.LocalTime.TimeOfDay Data.Time.LocalTime.LocalTime
Data.Time.Format.Parse
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/time-1.1.4
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/time-1.1.4
hs-libraries: HStime-1.1.4
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/time-1.1.4/include
includes:
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
old-locale-1.0.0.2-0c1a4b40f2d3b9f6b725f54c00fe0923
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/time-1.1.4/time.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/time-1.1.4
---
name: unix
version: 2.4.0.2
id: unix-2.4.0.2-94ca14c8a73570f9d75aca642b4de0c6
license: BSD3
copyright:
maintainer: libraries@haskell.org
stability:
homepage:
package-url:
description: This package gives you access to the set of operating system
services standardised by POSIX 1003.1b (or the IEEE Portable
Operating System Interface for Computing Environments -
IEEE Std. 1003.1).
.
The package is not supported under Windows (except under Cygwin).
category: System
author:
exposed: True
exposed-modules: System.Posix System.Posix.DynamicLinker.Module
System.Posix.DynamicLinker.Prim System.Posix.Directory
System.Posix.DynamicLinker System.Posix.Env System.Posix.Error
System.Posix.Files System.Posix.IO System.Posix.Process
System.Posix.Process.Internals System.Posix.Resource
System.Posix.Temp System.Posix.Terminal System.Posix.Time
System.Posix.Unistd System.Posix.User System.Posix.Signals
System.Posix.Signals.Exts System.Posix.Semaphore
System.Posix.SharedMem
hidden-modules:
import-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/unix-2.4.0.2
library-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/unix-2.4.0.2
hs-libraries: HSunix-2.4.0.2
extra-libraries: dl
extra-ghci-libraries:
include-dirs: /usr/local/Cellar/ghc/6.12.3/lib/ghc/unix-2.4.0.2/include
includes: HsUnix.h execvpe.h
depends: base-4.2.0.2-99442781c4fd10a8c30c35c9ce5fac5c
hugs-options:
cc-options:
ld-options:
framework-dirs:
frameworks:
haddock-interfaces: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/unix-2.4.0.2/unix.haddock
haddock-html: /usr/local/Cellar/ghc/6.12.3/share/doc/ghc/html/libraries/unix-2.4.0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment