Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
0af4562b
Commit
0af4562b
authored
Oct 14, 2012
by
Ian Lynagh
Browse files
Fix some dependencies
parent
7da65556
Changes
3
Hide whitespace changes
Inline
Side-by-side
ghc.mk
View file @
0af4562b
...
...
@@ -474,6 +474,8 @@ utils/haddock/dist/package-data.mk: compiler/stage2/package-data.mk
utils/ghc-pwd/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/ghc-cabal/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/ghctags/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/hpc/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/ghc-pkg/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/hsc2hs/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
utils/compare_sizes/dist-install/package-data.mk
:
compiler/stage2/package-data.mk
...
...
utils/ghctags/ghctags.cabal
View file @
0af4562b
...
...
@@ -16,5 +16,7 @@ Executable ghctags
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5,
containers,
Cabal,
ghc
utils/hpc/hpc-bin.cabal
View file @
0af4562b
...
...
@@ -43,6 +43,6 @@ Executable hpc
Build-Depends: directory >= 1 && < 1.3,
containers >= 0.1 && < 0.6,
array >= 0.1 && < 0.5
Build-Depends:
haskell98,
hpc
Build-Depends: hpc
Extensions: CPP
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment