#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 _______________________________________________ cabal-devel mailing list cabal-devel@haskell.org http://www.haskell.org/mailman/listinfo/cabal-devel