[GHC] #14183: ghc.exe: addLibrarySearchPath error

GHC ghc-devs at haskell.org
Mon Sep 4 19:09:32 UTC 2017


#14183: ghc.exe: addLibrarySearchPath error
---------------------------------+----------------------------------------
        Reporter:  vagarenko     |                Owner:  (none)
            Type:  bug           |               Status:  closed
        Priority:  normal        |            Milestone:  8.4.1
       Component:  Compiler      |              Version:  8.2.1
      Resolution:  invalid       |             Keywords:
Operating System:  Windows       |         Architecture:  Unknown/Multiple
 Type of failure:  None/Unknown  |            Test Case:
      Blocked By:                |             Blocking:
 Related Tickets:                |  Differential Rev(s):
       Wiki Page:                |
---------------------------------+----------------------------------------

Comment (by Phyx-):

 I don't think it's a cabal bug. The fact that it's reporting a platform
 path indicates that it's something platform did or was done after it was
 install. You must still have a config that points to that path.

 GHC does infer some paths, but they're always relative to where it was
 installed. A couple of things to check, 1) check your ghc settings file
 (should be in your bin or lib folder, a file called Settings).

 Secondly check your packages, inspect the output of `ghc-pkg dump`.

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


More information about the ghc-tickets mailing list