X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=68b691187646d522ab0d729ac3e6d6144681b16d;hb=82b61ac8e14df43f84afc20c6f6691f433f07951;hp=75581aa9478ced539c958c5c34a29e63eb259e25;hpb=a08d440642c216a5a3214d33f274b05693a247d9;p=ghc-base.git diff --git a/base.cabal b/base.cabal index 75581aa..68b6911 100644 --- a/base.cabal +++ b/base.cabal @@ -1,14 +1,15 @@ name: base -version: 4.0.0.0 +version: 4.1.0.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org +bug-reports: http://hackage.haskell.org/trac/ghc/newticket?component=libraries/base synopsis: Basic libraries 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. -cabal-version: >=1.2 +cabal-version: >=1.6 build-type: Configure extra-tmp-files: config.log config.status autom4te.cache @@ -18,6 +19,10 @@ extra-source-files: aclocal.m4 configure.ac configure include/CTypes.h +source-repository head + type: darcs + location: http://darcs.haskell.org/packages/base/ + Library { if impl(ghc) { build-depends: rts, ghc-prim, integer @@ -36,9 +41,30 @@ Library { GHC.Exts, GHC.Float, GHC.ForeignPtr, - GHC.Handle, + 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.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, @@ -62,7 +88,7 @@ Library { ForeignFunctionInterface, UnliftedFFITypes, DeriveDataTypeable, GeneralizedNewtypeDeriving, FlexibleInstances, StandaloneDeriving, - PatternGuards, EmptyDataDecls + PatternGuards, EmptyDataDecls, NoImplicitPrelude if impl(ghc < 6.10) -- PatternSignatures was deprecated in 6.10 @@ -161,14 +187,14 @@ Library { cbits/WCsubst.c cbits/Win32Utils.c cbits/consUtils.c - cbits/dirUtils.c + cbits/iconv.c cbits/inputReady.c cbits/selectUtils.c include-dirs: include includes: HsBase.h - install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h consUtils.h Typeable.h + install-includes: HsBase.h HsBaseConfig.h WCsubst.h consUtils.h Typeable.h if os(windows) { - extra-libraries: wsock32, msvcrt, kernel32, user32, shell32 + extra-libraries: wsock32, user32, shell32 } extensions: CPP -- We need to set the package name to base (without a version number)