[GHC] #11097: `unlit` executable installed in wrong folder
GHC
ghc-devs at haskell.org
Thu Dec 17 21:13:14 UTC 2015
#11097: `unlit` executable installed in wrong folder
-------------------------------------+-------------------------------------
Reporter: hvr | Owner:
Type: bug | Status: closed
Priority: normal | Milestone: 8.0.1
Component: Build System | Version: 7.10.2
Resolution: fixed | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => fixed
Comment:
Fixed by commit 4905b83a2d448c65ccced385343d4e8124548a3b (buried in there
somewhere) and c1bd3d444f8c52c688fdbea695ee0ae7f402945d:
{{{
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Thu Dec 17 19:45:13 2015 +0100
Build system: also put scripts in libexecdir/bin
This follows a similar change in
4905b83a2d448c65ccced385343d4e8124548a3b, where binaries are installed
in libexecdir/bin instead of libexecdir.
This fixes a problem with ghc not able to find ghc-split, when
SplitObjs=YES.
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11097#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list