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

#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 | ---------------------------------+------------------------------------------ It seems you can list apple frameworks in a .cabal file like other libs, but I'm not sure how to influence where cabal looks for those frameworks. When trying to link with some in a non-standard place, I wished for an --extra-framework-dirs option. There is a rumoured -framework option, I haven't found much info in --help or online about all this. -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/761 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#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

#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 elga): * [http://www.releve-identite-operateur.fr/numbero-de-virgin-mobile.html virgin mobile] -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/761#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#761: could use more options for framework linking on mac ---------------------------------+------------------------------------------ Reporter: simonmic | Owner: Type: enhancement | Status: new Priority: normal | Milestone: cabal-install-0.16 Component: cabal-install tool | Version: 1.8.0.6 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: Mac OS | ---------------------------------+------------------------------------------ Changes (by kosmikus): * milestone: => cabal-install-0.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/761#comment:2 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects

#761: could use more options for framework linking on mac ----------------------------+----------------------------------------------- Reporter: simonmic | Owner: Type: enhancement | Status: new Priority: normal | Milestone: Cabal-1.16 Component: Cabal library | Version: 1.8.0.6 Severity: normal | Keywords: Difficulty: unknown | Ghcversion: Platform: Mac OS | ----------------------------+----------------------------------------------- Changes (by kosmikus): * component: cabal-install tool => Cabal library * milestone: cabal-install-0.16 => Cabal-1.16 -- Ticket URL: http://hackage.haskell.org/trac/hackage/ticket/761#comment:3 Hackage http://haskell.org/cabal/ Hackage: Cabal and related projects
participants (1)
-
Hackage