Skip to content
This repository has been archived by the owner on Aug 2, 2020. It is now read-only.

Commit

Permalink
Drop TODOs
Browse files Browse the repository at this point in the history
See #113
  • Loading branch information
snowleopard committed Oct 2, 2016
1 parent f2cff6f commit 456a10b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Rules/Generate.hs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ primopsTxt stage = buildPath (vanillaContext stage compiler) -/- "primops.txt"
platformH :: Stage -> FilePath
platformH stage = buildPath (vanillaContext stage compiler) -/- "ghc_boot_platform.h"

-- TODO: move generated files to buildRootPath, see #113
includesDependencies :: [FilePath]
includesDependencies = fmap (generatedPath -/-)
[ "ghcautoconf.h"
Expand Down
2 changes: 1 addition & 1 deletion src/Rules/Library.hs
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@ hSources context = do
extraObjects :: Context -> Action [FilePath]
extraObjects context
| context == gmpContext = do
need [gmpLibraryH] -- TODO: Move this dependency elsewhere, #113?
need [gmpLibraryH]
map unifyPath <$> getDirectoryFiles "" [gmpObjects -/- "*.o"]
| otherwise = return []
1 change: 0 additions & 1 deletion src/Settings/Packages/IntegerGmp.hs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Oracles.Config.Setting
import Predicate
import Settings.Paths

-- TODO: move build artefacts to buildRootPath, see #113
-- TODO: Is this needed?
-- ifeq "$(GMP_PREFER_FRAMEWORK)" "YES"
-- libraries/integer-gmp_CONFIGURE_OPTS += --with-gmp-framework-preferred
Expand Down

0 comments on commit 456a10b

Please sign in to comment.