carlohamalainen / ghc-imported-from

For a given Haskell source file, determine where a symbol is imported from
BSD 3-Clause "New" or "Revised" License
26 stars 2 forks source link

dist/build directory has moved #10

Closed carlohamalainen closed 10 years ago

carlohamalainen commented 10 years ago
<carlo_au> $ ghc-imported-from haddock-url src/Idris/REPL.hs  Idris.REPL Success 161 19
 eventually says...
  file:///home/carlo/opt/idris/Idris-dev/.cabal-sandbox/share/doc/x86_64-linux-ghc-7.6.3/trifecta-1.4.2/html/Text-Trifecta-Result.html
<carlo_au> but I just found a bug in ghc-imported-from where the cabal sandbox build directory isn't found properly
 maybe due to me running Cabal 1.20 which doesn't put things into dist/build but rather dist/dist-sandbox-ebd2ce9e/build
carlohamalainen commented 10 years ago

Hmm. http://www.haskell.org/pipermail/cabal-devel/2013-November/009604.html

carlohamalainen commented 10 years ago

Fixed in 193340ba985effb17cc99dfbf97a6631a9621684