Repository : ssh://darcs.haskell.org//srv/darcs/packages/Cabal On branch : master
http://hackage.haskell.org/trac/ghc/changeset/c5528f2f62379390bdfda46a65f5c8f67ef60716 >--------------------------------------------------------------- commit c5528f2f62379390bdfda46a65f5c8f67ef60716 Author: bjorn <[email protected]> Date: Sun Oct 7 10:04:11 2007 +0000 Removed some fixed FIXMEs. >--------------------------------------------------------------- .../src/Network/Hackage/CabalInstall/BuildDep.hs | 2 -- .../src/Network/Hackage/CabalInstall/Config.hs | 1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git a/cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs b/cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs index 576e5b3..220abd3 100644 --- a/cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs +++ b/cabal-install/src/Network/Hackage/CabalInstall/BuildDep.hs @@ -34,8 +34,6 @@ buildDep cfg globalArgs deps -- | Takes the path to a .cabal file, and installs the build-dependencies listed there. -- FIXME: what if the package uses hooks which modify the build-dependencies? --- FIXME: packageDescription will give us empty build-depends. We have to --- finalise the configuration at this point to find the actual build deps. buildDepLocalPkg :: ConfigFlags -> FilePath -> IO () buildDepLocalPkg cfg pkgDescPath = do pkgDesc <- readPackageDescription (configVerbose cfg) pkgDescPath diff --git a/cabal-install/src/Network/Hackage/CabalInstall/Config.hs b/cabal-install/src/Network/Hackage/CabalInstall/Config.hs index 38b007e..8ab871f 100644 --- a/cabal-install/src/Network/Hackage/CabalInstall/Config.hs +++ b/cabal-install/src/Network/Hackage/CabalInstall/Config.hs @@ -201,7 +201,6 @@ loadConfig configFile = hPutStrLn stderr $ "Using default configuration." return defaultConf --- FIXME: finish this writeDefaultConfigFile :: FilePath -> ConfigFlags -> IO () writeDefaultConfigFile file cfg = do createDirectoryIfMissing True (takeDirectory file) _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
