packages feed

lhc-0.6.20081216: 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.Monad,
                 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,
                 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