[Hackage] #761: could use more options for framework linking on mac

Hackage cvs-ghc at haskell.org
Thu Nov 11 09:17:02 EST 2010


#761: could use more options for framework linking on mac
---------------------------------+------------------------------------------
  Reporter:  simonmic            |        Owner:         
      Type:  enhancement         |       Status:  new    
  Priority:  normal              |    Milestone:         
 Component:  cabal-install tool  |      Version:  1.8.0.6
  Severity:  normal              |     Keywords:         
Difficulty:  unknown             |   Ghcversion:         
  Platform:  Mac OS              |  
---------------------------------+------------------------------------------

Comment(by duncan):

 The point here is that .cabal files have:
 {{{
 extra-libraries:
 extra-lib-dirs:
 }}}
 And `cabal configure` has an `--extra-lib-dirs` flag too because people
 install things in non-standard places.

 For frameworks we only have a `frameworks` field in the .cabal file and no
 way to specify extra search dirs either in the .cabal file or on the
 command line. This stuff should mirror what we have for ordinary C libs.

-- 
Ticket URL: <http://hackage.haskell.org/trac/hackage/ticket/761#comment:1>
Hackage <http://haskell.org/cabal/>
Hackage: Cabal and related projects



More information about the cabal-devel mailing list