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
70a76bfb
Commit
70a76bfb
authored
Oct 14, 2012
by
Ian Lynagh
Browse files
Use Cabal to build ghctags
parent
bbd91398
Changes
2
Hide whitespace changes
Inline
Side-by-side
utils/ghctags/ghc.mk
View file @
70a76bfb
...
...
@@ -10,9 +10,9 @@
#
# -----------------------------------------------------------------------------
utils/
ghctags_dist-install_MODULES
=
Main
utils/
ghctags_dist-install_HC_OPTS
=
-package
ghc
utils/
ghctags_USES_CABAL
=
YES
utils/
ghctags_PACKAGE
=
ghctags
utils/
ghctags_dist-install_PROG
=
ghctags
$(exeext)
utils/
ghctags_dist-install_INSTALL
=
NO
utils/
ghctags_dist-install_INSTALL_INPLACE
=
YES
utils/
ghctags_dist-install_PROG
=
ghctags
$(exeext)
$(eval
$(call
build-prog,utils/ghctags,dist-install,2))
utils/ghctags/ghctags.cabal
0 → 100644
View file @
70a76bfb
Name: ghctags
Version: 0.1
Copyright: XXX
License: BSD3
-- XXX License-File: LICENSE
Author: XXX
Maintainer: XXX
Synopsis: XXX
Description:
XXX
Category: Development
build-type: Simple
cabal-version: >=1.2
Executable ghctags
Main-Is: Main.hs
Build-Depends: base >= 4 && < 5,
ghc
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