ghc-mod/Language/Haskell/GhcMod
Jurijs Oniscuks 80ddf63691 Fix for "ghc-mod doc Data.Maybe" when used with stack projects
When ghc-pkg is invoked from a stack project the global database is
indeed used:

  $ stack exec -- ghc-pkg find-module Data.Maybe
  /var/lib/ghc/package.conf.d
      base-4.9.0.0
  /home/user/.stack/snapshots/x86_64-linux/lts-7.11/8.0.1/pkgdb
      (no packages)
  /home/user/work/ghc-mod-5.6.0.0/.stack-work/install/x86_64-linux/lts-7.11/8.0.1/pkgdb
      (no packages)

Therefore "ghc-mod doc" should also use GlobalDb
2016-12-04 01:17:58 +01:00
..
Caching Add some missing copyright boilerplate 2015-11-26 15:03:14 +01:00
Monad indent 2016-07-16 03:45:46 +02:00
Options Don't build stack dependencies by default 2016-08-24 18:09:29 +03:00
Boot.hs [Browse] Option to show symbol parents 2016-03-14 21:22:55 +03:00
Browse.hs Fix remaining build errors for GHC 8 2016-05-19 18:25:05 +02:00
CabalHelper.hs Don't build stack dependencies by default 2016-08-24 18:09:29 +03:00
Caching.hs Add some missing copyright boilerplate 2015-11-26 15:03:14 +01:00
CaseSplit.hs Merge branch 'release-5.6.0.0' into ghc-8 2016-05-17 20:21:33 +02:00
Check.hs Housekeeping for GHC 8 2016-05-22 03:47:07 +02:00
Convert.hs Fix doctest 2015-09-02 04:00:30 +02:00
Cradle.hs stack: honor --with-stack when reading StackEnv 2016-08-27 14:16:13 +02:00
CustomPackageDb.hs Add some missing copyright boilerplate 2015-11-26 15:03:14 +01:00
Debug.hs Fix "ghc-mod root" leaving garbage in tmp 2016-10-10 22:17:11 +02:00
DebugLogger.hs Housekeeping for GHC 8 2016-05-22 03:47:07 +02:00
Doc.hs Cleanup some redundant constraint warnings 2016-05-22 02:53:51 +02:00
DynFlags.hs Housekeeping for GHC 8 2016-05-22 03:47:07 +02:00
DynFlagsTH.hs Fix deriveEqDynFlags 2016-07-16 03:32:26 +02:00
Error.hs Remove GMEWrongWorkingDirectory constructor 2016-01-04 21:44:49 +01:00
FileMapping.hs Cleanup some redundant constraint warnings 2016-05-22 02:53:51 +02:00
FillSig.hs Support hse-1.18, allow newer extra and pipes too 2016-08-02 06:35:56 +03:00
Find.hs Fix session caching, #807 2016-07-16 03:45:43 +02:00
Flag.hs Housekeeping for GHC 8 2016-05-22 03:47:07 +02:00
Gap.hs Fix problem with MIN_VERSION_GLASGOW_HASKELL on GHC<7.10.1 2016-10-25 21:25:28 +03:00
GhcPkg.hs Fix for "ghc-mod doc Data.Maybe" when used with stack projects 2016-12-04 01:17:58 +01:00
HomeModuleGraph.hs add TODO for HMG 2016-01-17 20:19:08 +01:00
Info.hs [Type-constraints] Add an option to toggle this 2016-01-20 01:29:33 +03:00
Internal.hs Cleanup loadTarget logic 2015-12-16 00:24:14 +01:00
Lang.hs Use GhcModT everywhere and remove the GhcMod alias 2014-07-15 01:03:56 +02:00
LightGhc.hs Fix session caching, #807 2016-07-16 03:45:43 +02:00
Lint.hs Use HLint3.hlint in Lint 2016-08-27 19:33:26 +03:00
Logger.hs Housekeeping for GHC 8 2016-05-22 03:47:07 +02:00
Logging.hs Fix severity prefix doubling (#689) 2016-01-09 23:22:27 +01:00
Modules.hs Haddock documentation 2015-12-07 19:57:33 +03:00
Monad.hs Cleanup some redundant constraint warnings 2016-05-22 02:53:51 +02:00
Output.hs NFData ByteString instance for GHC-7.4 2016-01-09 18:51:57 +03:00
PathsAndFiles.hs Fix findFilesInParentsP appending wrong directory 2016-09-17 18:09:48 +02:00
PkgDoc.hs Fix `doc` command not using right ghc-pkg exe 2015-09-02 07:19:11 +02:00
Pretty.hs Bump cabal-helper dependency 2016-05-11 15:31:29 +02:00
Read.hs Copy readMaybe/readEither from base >= 4.7 for backwards compatibility 2014-05-10 13:43:46 +02:00
SrcUtils.hs Support hse-1.18, allow newer extra and pipes too 2016-08-02 06:35:56 +03:00
Stack.hs stack: honor --with-stack when reading StackEnv 2016-08-27 14:16:13 +02:00
Target.hs Fix the slow checking issue in interactive mode 2016-08-04 05:01:47 +02:00
Test.hs Don't need type errors here 2015-12-28 13:59:59 +01:00
Types.hs Don't build stack dependencies by default 2016-08-24 18:09:29 +03:00
Utils.hs Fix `stack test` the easy way 2016-08-03 14:15:03 +03:00
World.hs Add mapped files to World 2016-03-15 22:14:13 +03:00