[GHC] #8919: Why is xhtml library installed but not exported to users?

GHC ghc-devs at haskell.org
Sat Jun 7 13:47:59 UTC 2014


#8919: Why is xhtml library installed but not exported to users?
-------------------------------------+------------------------------------
        Reporter:  simons            |            Owner:
            Type:  bug               |           Status:  patch
        Priority:  normal            |        Milestone:  7.8.3
       Component:  Build System      |          Version:  7.8.2
      Resolution:                    |         Keywords:
Operating System:  Unknown/Multiple  |     Architecture:  Unknown/Multiple
 Type of failure:  Other             |       Difficulty:  Unknown
       Test Case:                    |       Blocked By:
        Blocking:                    |  Related Tickets:
-------------------------------------+------------------------------------

Comment (by nomeata):

 >  As nomeata said in comment 16, we can simply ship our .so files in a
 private directory and make our dynamic programs search there (via RPATH or
 some other trick).

 Or via a „private version number” – it should be sufficient if they have a
 file name that’s different from any filename resulting from a separately
 packaged library.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8919#comment:19>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list