X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=68b691187646d522ab0d729ac3e6d6144681b16d;hb=ee7be4593b1b17d4ef45c37963b8b19d53865ab6;hp=d69276d33898e232515efd0098d89e5bc8894e00;hpb=339e3394b9deb00a36ea96e7c2c9723d37a5bfcd;p=ghc-base.git diff --git a/base.cabal b/base.cabal index d69276d..68b6911 100644 --- a/base.cabal +++ b/base.cabal @@ -1,5 +1,5 @@ name: base -version: 4.0.0.0 +version: 4.1.0.0 license: BSD3 license-file: LICENSE maintainer: libraries@haskell.org @@ -41,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, @@ -166,12 +187,12 @@ 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, user32, shell32 }