X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=base.cabal;h=9792d808f2ae214498fb1d44f157d6ee9696ad78;hb=83959f85423c73a5f0be806978791edff265c2e5;hp=cf14de2cd9e075b6a349194c548f0b9c2dd3b1d2;hpb=5b2b5621f83723e22beb4b6cbbf5963ee34d548b;p=ghc-base.git diff --git a/base.cabal b/base.cabal index cf14de2..9792d80 100644 --- a/base.cabal +++ b/base.cabal @@ -51,7 +51,6 @@ Library { GHC.Num, GHC.PArr, GHC.Pack, - GHC.Prim, GHC.PrimopWrappers, GHC.Ptr, GHC.Read, @@ -159,12 +158,11 @@ Library { cbits/consUtils.c cbits/dirUtils.c cbits/inputReady.c - cbits/lockFile.c cbits/longlong.c cbits/selectUtils.c include-dirs: include includes: HsBase.h - install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h lockFile.h consUtils.h Typeable.h + install-includes: HsBase.h HsBaseConfig.h WCsubst.h dirUtils.h consUtils.h Typeable.h if os(windows) { extra-libraries: wsock32, msvcrt, kernel32, user32, shell32 }