packages feed

lhc-0.6.20090126: lib/base/base.cabal

Cabal-version:   >= 1.7
Name: base
Version: 1.0
Build-Type: Simple

Library
  Extensions:      ForeignFunctionInterface
  hs-source-dirs:  src
  Exposed-Modules:
                 Control.Exception
                 Control.Applicative
                 Control.Arrow
                 Control.Category
                 Control.Monad
                 Control.Monad.Fix
                 Control.Monad.Instances
                 Data.Array
                 Data.Char,
                 Data.Complex
                 Data.List
                 Data.Word,
                 Data.Monoid
                 Data.Bits
                 Data.Int
                 Data.IORef
                 Data.Ix
                 Data.Maybe
                 Data.Ratio,
                 Data.Unicode
                 Data.Function
                 Debug.Trace
                 Foreign
                 Foreign.C
                 Foreign.C.Types,
                 Foreign.C.String,
                 Foreign.C.Error,
                 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,
                 Lhc.Addr,
                 Lhc.Basics,
                 Lhc.Float
                 Lhc.Array
                 Data.Array.IO
                 Data.Array.Unboxed
                 Lhc.Handle,
                 Lhc.IO,
                 Lhc.Tuples,
                 Numeric,
                 Prelude.Float,
                 Prelude.IO,
                 Prelude.IOError,
                 Prelude.Text,
                 Prelude
                 System.Console.GetOpt
                 System.CPUTime
                 System.Directory
                 System.Info
                 System.IO
                 System.IO.Error
                 System.IO.Unsafe,
                 System.IO.Binary
                 System.Locale
--                 System.Random,
--                 System.Time,
                 System
                 Text.Show.Functions
                 Text.Printf

  if !impl(lhc)
    buildable:     False