[Hackage] #221: need a way to specify site-specific include and
library search paths
Hackage
trac at galois.com
Tue Mar 18 09:54:40 EDT 2008
#221: need a way to specify site-specific include and library search paths
----------------------------+-----------------------------------------------
Reporter: guest | Owner: mnislaih
Type: enhancement | Status: closed
Priority: normal | Milestone: Cabal-1.4
Component: Cabal library | Version: 1.2.3.0
Severity: normal | Resolution: fixed
Keywords: | Difficulty: easy (<4 hours)
Ghcversion: 6.8.2 | Platform: Linux
----------------------------+-----------------------------------------------
Changes (by duncan):
* status: assigned => closed
* resolution: => fixed
Comment:
Done:
{{{
Mon Mar 17 18:12:03 GMT 2008 Pepe Iborra <mnislaih at gmail.com>
* #221: specific include and library search paths options
This patch adds two new command line options to configure,
--extra-include-dirs and extra-lib-dirs.
These have effect over all the buildables in a project.
What is missing now is support for reading these from the
.cabal/config file. That will be done as part of ticket #223.
}}}
and documented:
{{{
Tue Mar 18 13:49:13 GMT 2008 Duncan Coutts <duncan at haskell.org>
* Document the --extra-include-dirs and --extra-lib-dirs options
Though they actually only take one dir each so perhaps they should
be renamed to just --extra-include-dir and --extra-lib-dir. You
can of course use them multiple times to get a list of dirs.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/221#comment:7>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects
More information about the cabal-devel
mailing list