[GHC] #8919: Why is xhtml library installed but not exported to users?
GHC
ghc-devs at haskell.org
Tue Apr 15 06:44:52 UTC 2014
#8919: Why is xhtml library installed but not exported to users?
-------------------------------------+------------------------------------
Reporter: simons | Owner:
Type: bug | Status: new
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 hvr):
Replying to [comment:4 td123]:
> Just encountered this issue on archlinux since mtl was getting installed
but it's dep on transformers wasn't. My journey ended at this ticket.
>
> Here is a full list of packages that are used internally, but contain
files when you make install:
>
> haskell-haskeline=0.7.1.2
> haskell-hoopl=3.9.0.0
> haskell-terminfo=0.4.0.0
> haskell-transformers=0.3.0.0
> haskell-xhtml=3000.2.1
Strange, `transformers` and `hoopl` shouldn't be in that list (i.e. as
mentioned earlier in this ticket, only `haskeline`,`terminfo`, and `xhtml`
are problematic), as those are actually needed by the `ghc` package (and
they will show up in `ghc-pkg list` for a properly performed GHC
installation)
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8919#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list