Commit Graph

398 Commits

Author SHA1 Message Date
Kazu Yamamoto 14ea5a6d71 package includes ChangeLog. 2013-03-01 11:39:47 +09:00
Kazu Yamamoto cb9271049f ver bumps up. 2013-03-01 10:46:39 +09:00
Kazu Yamamoto 93246c74a0 create ChangeLog. 2013-03-01 10:44:57 +09:00
Kazu Yamamoto b417e070ae refactoring Browse. 2013-03-01 10:16:31 +09:00
Kazu Yamamoto 4d9a170e50 Adding a test case for Browse. 2013-03-01 09:46:17 +09:00
Kazu Yamamoto eb93ebd860 cosmetic change. 2013-03-01 09:43:50 +09:00
Kazu Yamamoto eece2969ab Making Browse compilable with GHC 7.4.x. 2013-03-01 02:42:54 +09:00
Kazu Yamamoto 9796d639ab refactoring Browse. 2013-03-01 02:24:14 +09:00
Kazu Yamamoto 8fe6c99131 Refactoring Browse.hs. 2013-02-28 16:33:11 +09:00
mvoidex 66a61b249f Added detailed info for browse
Rebasing 5 commits:
Some cleanup
Loads info from dependent module if name is only exported
Minor fix
Fixed operator to work with -d
Drops foralls from function type
2013-02-28 16:11:08 +09:00
Kazu Yamamoto 2cced9b4bf refactoring. 2013-02-18 13:49:12 +09:00
Kazu Yamamoto 06cac206cd refactoring. 2013-02-18 13:48:57 +09:00
Kazu Yamamoto 8d512a3d97 ver bumps up. 2013-02-15 10:47:56 +09:00
Kazu Yamamoto 725566bd44 refactoring. 2013-02-15 10:47:45 +09:00
Kazu Yamamoto 7ee8843a52 removing unnecessary files. 2013-02-15 10:39:40 +09:00
Kazu Yamamoto 6752a8edcf test for Info. 2013-02-13 16:22:07 +09:00
Kazu Yamamoto e3f09cd476 "Warning: "(a space after :) for GHC 7.6. 2013-02-13 16:04:22 +09:00
Kazu Yamamoto a05e4e817d test for Cabal where exec depends on its lib and its fix code. 2013-02-13 15:29:24 +09:00
Kazu Yamamoto c63f04a926 proper test for gitDirs. 2013-02-13 14:30:15 +09:00
Kazu Yamamoto dd6ade19b3 Using display instead of Gap.extensionToString.
eagletmt suggested that extensionToString is broken in GHC 7.6.* in #101.
We use 'display' as a right API.
2013-02-13 14:18:24 +09:00
Kazu Yamamoto 5b2ddde59e test for Cabal and CabalApi. 2013-02-12 16:24:33 +09:00
Kazu Yamamoto 23045b5312 test for Lint. 2013-02-12 14:31:01 +09:00
Kazu Yamamoto d115c1dacb hlint hack. 2013-02-12 14:21:48 +09:00
Kazu Yamamoto 42a1ea0a87 test for Browse. 2013-02-12 14:18:19 +09:00
Kazu Yamamoto fb7e509efc test for Flag. 2013-02-12 14:12:15 +09:00
Kazu Yamamoto a8b199ab70 more proper name. 2013-02-12 14:09:42 +09:00
Kazu Yamamoto 418c39b759 adding tests. 2013-02-12 14:06:22 +09:00
Kazu Yamamoto e42a7e8bcb adding .travis.yml. 2013-02-12 14:04:32 +09:00
Kazu Yamamoto c95c96c49f ver bumps up. 2012-12-11 11:58:13 +09:00
Kazu Yamamoto 657e458848 Merge pull request #91 from syohex/fix-show-info
Fix 'ghc-show-info' when cursor is on space
2012-12-10 18:39:28 -08:00
Kazu Yamamoto c7bd0d8863 "Dummy:0:0" -> "<filename>:0:0". 2012-12-07 14:27:02 +09:00
Syohei YOSHIDA 81052efe64 Fix 'ghc-show-info' when cursor is on space
'ghc-show-info' asks for user to enter expression if 'ghc-thing-at-point'
returns nil. Because 'ghc-display-information' failed such case.
2012-11-30 09:48:45 +09:00
Kazu Yamamoto 5189977cbc Moving find-file-hook to ghc-comp-init. 2012-10-30 16:47:29 +09:00
Kazu Yamamoto a91faaa3bb ver bumps up. 2012-10-30 16:28:48 +09:00
Kazu Yamamoto 0529772b93 Cabal >= 1.10. 2012-10-30 16:27:44 +09:00
Kazu Yamamoto f85ddf5684 Merge pull request #86 from khibino/build_depends
Read depend packages from *.cabal, and adjust compiler package flags.
2012-10-30 00:16:26 -07:00
Kazu Yamamoto e09df8810d Merge pull request #85 from batonius/ghc-7.6-flymake-fix
fly-make warning detection fix
2012-10-30 00:15:18 -07:00
Kei Hibino 87cca58681 Parse *.cabal file at once in initializeGHC. 2012-10-24 10:48:13 +09:00
Kei Hibino 659e5421e7 Remove needless lines and imports. 2012-10-24 10:10:13 +09:00
Kei Hibino c74b58a47f Move an interface function with Cabal package into CabalApi module. 2012-10-24 10:06:24 +09:00
Kei Hibino ff9fa49141 Read depend packages from *.cabal, and adjust compiler package flags. 2012-10-24 09:11:09 +09:00
Batonius 31c2c23c00 Fixing fly-make warning recognition when ghc-mod compiled against GHC 7.6 2012-10-19 23:19:37 +04:00
Kazu Yamamoto e5a2628dfa ver bumps up. 2012-10-19 20:22:15 +09:00
ihameed 8e335fbc3b GHC 7.6.1 compatibility
- switch from ClockTime to UTCTime in Info.pprInfo
- make ghc-mod loggers always take a first argument of type DynFlags
- consolidate GHC API shims in Gap.hs--this depends on tracingDynFlags,
which is unfortunate
2012-10-16 03:27:35 -07:00
Carter Tazio Schonwald 594590f539 Merge pull request #1 from dysinger/ghc-7.6-compat
merge in of Dysinger work for 7.6 compatibility
-Carter
2012-09-27 20:41:31 -07:00
Tim Dysinger b86cc97297 add ignore entry 2012-09-27 14:32:41 -10:00
Tim Dysinger 24f1613e91 Use time package so we're ghc 7.6 compatible 2012-09-27 14:32:29 -10:00
Tim Dysinger 2ca6e2ee08 add dynflags 2012-09-27 14:31:44 -10:00
Carter Tazio Schonwald f7a7c67bcb partial change set for ghc 7.6 api change, needs some more work though. 2012-09-20 14:50:03 -04:00
Kazu Yamamoto e284080fca Using indent-rigidly. 2012-08-10 09:21:09 +09:00