Commit Graph

34 Commits

Author SHA1 Message Date
Kazu Yamamoto 756d17eaa2 -l for ghc-modi info. 2014-04-21 09:45:41 +09:00
Kazu Yamamoto 8f5498c554 refactoring. 2014-04-11 14:59:31 +09:00
Kazu Yamamoto a0d559de61 clarifying Ghc and IO. 2014-04-11 13:14:45 +09:00
Kazu Yamamoto 998a43ce24 removing depanal. 2014-04-11 12:56:06 +09:00
Kazu Yamamoto 196450af9f simplifying modSummary. 2014-04-11 12:41:39 +09:00
Kazu Yamamoto 3ed59464f0 just style. 2014-04-11 12:21:58 +09:00
Kazu Yamamoto 862e8c397c refactoring. 2014-04-11 12:19:42 +09:00
Kazu Yamamoto dd8f9a5fcb refactoring. 2014-04-11 11:54:39 +09:00
Kazu Yamamoto e9859980ab info/type does not require module name.
Fallback was removed. See #199.
2014-04-11 11:51:25 +09:00
Kazu Yamamoto 54bea65736 style change. 2014-04-11 11:15:59 +09:00
Kazu Yamamoto ba4a1b9688 removing unnecessary code. 2014-04-11 11:13:24 +09:00
Kazu Yamamoto 1d2cf4cb9f fixing the fallback mechanism for info. 2014-04-11 11:02:05 +09:00
Kazu Yamamoto d6a81c0506 refactoring. 2014-04-10 16:41:05 +09:00
Kazu Yamamoto d6762ede6e fixing typos. 2014-04-10 16:36:15 +09:00
Kazu Yamamoto a6579c656b Displaying a qualified name if two unqualified names are conflict (#130). 2014-04-03 09:49:23 +09:00
Kazu Yamamoto 159b7b1eb6 don't use hiding. 2014-03-31 12:31:21 +09:00
Kazu Yamamoto ff70313049 close import. 2014-03-27 15:56:14 +09:00
Kazu Yamamoto 660a1e95f5 using liftIO from CoreMonad. 2014-03-27 15:08:07 +09:00
Kazu Yamamoto 16e050439d removing fast/slow code. 2014-03-17 15:56:00 +09:00
Kazu Yamamoto d9ff2241bd closed import. 2014-01-08 12:03:32 +09:00
Kazu Yamamoto 41da5cc505 defining deSugar. 2013-11-19 12:54:08 +09:00
Kazu Yamamoto 13738d4391 defining typeForUser. 2013-11-19 12:35:42 +09:00
Kazu Yamamoto 5097ef84e4 removing trailing WS. 2013-11-19 10:42:47 +09:00
Schell Scivally b8e20d8e2e Compatibility with ghc API >= 7.7 2013-11-19 10:30:18 +09:00
Kazu Yamamoto 5e53841451 improving doc. 2013-09-05 14:35:28 +09:00
Niklas Hambüchen 4758a6043c check + expand: Allow passing in multiple files 2013-09-03 20:01:47 +09:00
Kazu Yamamoto 1cd83ce2e0 showUnqualifiedPage is now in Doc.hs. 2013-07-14 17:07:30 +09:00
Kazu Yamamoto 9c5eec47ca Removing warnings.
Tests passed: GHC 7.4.2 and GHC 7.6.3
2013-07-05 16:43:54 +09:00
Daniil Frumin 9eb446e24b Moving all CPP stuff (that depends on GHC version) to Gap
- Moved some functions from Language.Haskell.GhcMod.Doc to Gap
- Moved HasType typeclass and some functions from Info to Gap
- Adjusted all the other modules to use necessary functions from Gap
  instead of the functions from modified modules
2013-07-02 12:48:44 +04:00
Daniil Frumin 54d6f5f690 Porting ghc-mod to GHC 7.7 2013-06-28 00:25:22 +04:00
Kazu Yamamoto 089d490607 writing docs. 2013-05-20 14:28:56 +09:00
Kazu Yamamoto 849c308e5c Separating IO and Ghc. 2013-05-20 11:29:44 +09:00
mvoidex f2f3b120af Moving commands to Ghc monad 2013-05-19 01:16:37 +04:00
Kazu Yamamoto bac4bbbcf3 Changing GHCMod as a library. 2013-05-17 10:00:01 +09:00