Commit Graph

  • b873784424 ghc-import-module is not called from a hook now. Kazu Yamamoto 2014-04-21 17:39:45 +0900
  • 067d3b7535 obsoleting a function. Kazu Yamamoto 2014-04-21 17:37:41 +0900
  • 36e32ab1b2 ghc-import-module uses ghc-modi browse. Kazu Yamamoto 2014-04-21 17:35:32 +0900
  • 3dc8e345b2 fixing/disabling idle timer. Kazu Yamamoto 2014-04-21 17:35:10 +0900
  • 334283a4cf ghc-modi browse. Kazu Yamamoto 2014-04-21 17:33:53 +0900
  • 4764ff1acb ghc-modi boot. Kazu Yamamoto 2014-04-21 16:30:31 +0900
  • 152b218813 hlint hack. Kazu Yamamoto 2014-04-21 16:12:30 +0900
  • a1d33b39d3 style. Kazu Yamamoto 2014-04-21 16:03:46 +0900
  • 8983cf2d88 lineSeparator are only used in toList/toPlain. Kazu Yamamoto 2014-04-21 15:58:36 +0900
  • 3d03cff06b refactoring for lineSeparator. Kazu Yamamoto 2014-04-21 14:58:25 +0900
  • b2c2d1a443 cleaning up APIs. Kazu Yamamoto 2014-04-21 14:04:58 +0900
  • 1006cd4eec APIs in Ghc monad now go to GHCMod.Ghc. Kazu Yamamoto 2014-04-21 12:51:56 +0900
  • 2f55a19d49 cleaning up APIs. Kazu Yamamoto 2014-04-21 12:46:14 +0900
  • 064e4af236 creating src/Boot.hs. Kazu Yamamoto 2014-04-21 11:57:14 +0900
  • e4f4ef52c0 making use of ghc-run-ghc-mod. Kazu Yamamoto 2014-04-21 11:37:33 +0900
  • df4dd97e48 ghc-mod debug does not need a file. Kazu Yamamoto 2014-04-21 11:31:15 +0900
  • 12dac1f0a5 ghc-mod root does not need a file. Kazu Yamamoto 2014-04-21 11:22:39 +0900
  • 19453e67d7 ghc-with-process now takes string for the first argument. Kazu Yamamoto 2014-04-21 09:46:33 +0900
  • 756d17eaa2 -l for ghc-modi info. Kazu Yamamoto 2014-04-21 09:45:41 +0900
  • e09b406ee8 ToString String and doctest. Kazu Yamamoto 2014-04-21 09:45:00 +0900
  • c138f4bac8 convert hack. Kazu Yamamoto 2014-04-19 21:23:01 +0900
  • 30843b02ea using ghc-modi for C-cC-t. Kazu Yamamoto 2014-04-19 21:22:40 +0900
  • 38cbff3d5c doc. Kazu Yamamoto 2014-04-19 20:48:44 +0900
  • f8be944f12 using ghc-modi for C-cC-i. Kazu Yamamoto 2014-04-19 20:48:26 +0900
  • 122c8da7b0 using ghc-add. Kazu Yamamoto 2014-04-19 20:09:47 +0900
  • f9a8361bca comment. Kazu Yamamoto 2014-04-19 20:07:12 +0900
  • 47f95149e3 stop using 0 as the line separator. Kazu Yamamoto 2014-04-19 16:14:02 +0900
  • 8d866d7a5b ghc-modi does not display \n in the case of lisp style. Kazu Yamamoto 2014-04-19 15:26:22 +0900
  • 3c8fea85fb dropWhileEnd moves to Utils. Kazu Yamamoto 2014-04-19 15:20:16 +0900
  • 82b6519935 removing suppress stuff. Kazu Yamamoto 2014-04-19 15:17:36 +0900
  • 841c721928 -l for lint. Kazu Yamamoto 2014-04-19 08:36:35 +0900
  • ab5e082e81 --quiet back (). Kazu Yamamoto 2014-04-19 08:26:30 +0900
  • 8f3fb2a7d7 Only supress stderr on success Daniel Gröber 2014-04-18 13:20:00 +0200
  • 4389dea800 -l for check. Kazu Yamamoto 2014-04-18 17:28:12 +0900
  • 9a6c84410d close import. Kazu Yamamoto 2014-04-18 16:17:46 +0900
  • f2081466fc Using Hidden also. () Kazu Yamamoto 2014-04-18 16:12:21 +0900
  • aecb9bc1e4 implementing suppressStdout/err. Kazu Yamamoto 2014-04-18 15:41:32 +0900
  • 5006d836e1 using GHC 7.8.2. Kazu Yamamoto 2014-04-18 11:43:06 +0900
  • ffdad00950 Merge pull request from DanielG/dev Kazu Yamamoto 2014-04-18 11:20:54 +0900
  • bd2db5e98e Dont use Applicative ReadP instance Daniel Gröber 2014-04-18 00:15:50 +0200
  • 1639a7b2e0 Bring spec up to speed Daniel Gröber 2014-04-17 23:49:23 +0200
  • 2381f6e1ab More refactoring of package handling Daniel Gröber 2014-04-17 23:40:11 +0200
  • 68f64639dc Merge pull request from satoshi-murakumo/fix-windows-tempfile-handling Kazu Yamamoto 2014-04-17 09:20:10 +0900
  • 0eadfa91fd Fix windows tempfile handling satoshi-murakumo 2014-04-16 14:45:14 +0900
  • abb9ecd8ac style. Kazu Yamamoto 2014-04-16 11:59:00 +0900
  • 145c27a129 hlint hack. Kazu Yamamoto 2014-04-16 11:52:49 +0900
  • cd56e26b25 just style. Kazu Yamamoto 2014-04-16 11:50:31 +0900
  • 697ad3722a removing warnings. Kazu Yamamoto 2014-04-16 11:32:36 +0900
  • 2dc1eb645a Merge branch 'dev' of git://github.com/DanielG/ghc-mod into DanielG-dev Kazu Yamamoto 2014-04-16 11:24:39 +0900
  • bb438feb83 User ghc's cProjectVersionInt to get version information Daniel Gröber 2014-04-15 17:14:10 +0200
  • be4172b454 Add cabal.sandbox.config.in to Extra-Source-Files Daniel Gröber 2014-04-15 05:51:07 +0200
  • 7d75787ae3 Only add available package to ghc options Daniel Gröber 2014-04-15 05:18:42 +0200
  • 30b8366526 Refactor the way packages databases are handled Daniel Gröber 2014-04-15 05:13:10 +0200
  • e24fc141f8 Using Options. Kazu Yamamoto 2014-04-11 16:07:36 +0900
  • 8f5498c554 refactoring. Kazu Yamamoto 2014-04-11 14:59:31 +0900
  • a0d559de61 clarifying Ghc and IO. Kazu Yamamoto 2014-04-11 13:14:45 +0900
  • 998a43ce24 removing depanal. Kazu Yamamoto 2014-04-11 12:56:06 +0900
  • 196450af9f simplifying modSummary. Kazu Yamamoto 2014-04-11 12:41:39 +0900
  • 3ed59464f0 just style. Kazu Yamamoto 2014-04-11 12:21:58 +0900
  • 862e8c397c refactoring. Kazu Yamamoto 2014-04-11 12:19:42 +0900
  • dd8f9a5fcb refactoring. Kazu Yamamoto 2014-04-11 11:54:39 +0900
  • e9859980ab info/type does not require module name. Kazu Yamamoto 2014-04-11 11:51:25 +0900
  • 54bea65736 style change. Kazu Yamamoto 2014-04-11 11:15:59 +0900
  • ba4a1b9688 removing unnecessary code. Kazu Yamamoto 2014-04-11 11:13:24 +0900
  • 1d2cf4cb9f fixing the fallback mechanism for info. Kazu Yamamoto 2014-04-11 11:02:05 +0900
  • 29eead23b8 Merge pull request from exFalso/ghc-modi-flag Kazu Yamamoto 2014-04-11 10:04:31 +0900
  • b1f6388cf5 added -g option to ghc-modi exfalso 2014-04-10 15:21:30 +0200
  • d6a81c0506 refactoring. Kazu Yamamoto 2014-04-10 16:41:05 +0900
  • d6762ede6e fixing typos. Kazu Yamamoto 2014-04-10 16:36:15 +0900
  • 9cd3d521d4 Supporting GHC 7.8's unicode quote. Kazu Yamamoto 2014-04-09 15:17:51 +0900
  • 770644e87d debug also displays sys lib dir. Kazu Yamamoto 2014-04-09 15:15:26 +0900
  • 3bd0c3dafb changelog. Kazu Yamamoto 2014-04-08 14:13:54 +0900
  • 02af334b94 imports Data.ByteString, System.FilePath, and System.Directory at booting. Kazu Yamamoto 2014-04-08 13:56:33 +0900
  • 69ec168c7b errors over warnings (). Kazu Yamamoto 2014-04-08 13:42:41 +0900
  • b8423a2ce6 refactoring. Kazu Yamamoto 2014-04-08 13:35:16 +0900
  • 4cd0a25ecb adding two mods to preferred. Kazu Yamamoto 2014-04-07 22:05:59 +0900
  • 6be743c90a removing trailing \n for minibuf. Kazu Yamamoto 2014-04-07 15:23:18 +0900
  • f50d81769b Merge pull request from notogawa/remove-redundancy Kazu Yamamoto 2014-04-07 15:08:43 +0900
  • e537624e65 ver bumps up. Kazu Yamamoto 2014-04-07 15:04:27 +0900
  • 4b9b26655a checking buffer-read-only. Kazu Yamamoto 2014-04-07 14:59:53 +0900
  • 720a01326e remove minibuffer error message redundancy. notogawa 2014-04-07 14:56:50 +0900
  • 58e0b91e65 elisp doc update. Kazu Yamamoto 2014-04-07 14:51:24 +0900
  • ff97eaeb43 Merge pull request from yuga/option Kazu Yamamoto 2014-04-07 14:41:34 +0900
  • a33aeaa973 add command line option: -b sep Shohei Murayama 2014-04-07 11:06:17 +0900
  • a21178d2af Use temporary buffer for ghc-display Rohan Jain 2014-04-06 21:50:38 +0530
  • cc519edc98 fixing . Kazu Yamamoto 2014-04-07 12:02:10 +0900
  • 894c94e48d comment. Kazu Yamamoto 2014-04-07 09:19:23 +0900
  • c356bb7fc5 Merge pull request from Kiripon/windowsFilePathHandling Kazu Yamamoto 2014-04-07 09:18:51 +0900
  • 52358d084e fix filepath handling in windows kiripon 2014-04-06 09:36:49 +0100
  • 051dc7c888 moving a variable to a proper place. Kazu Yamamoto 2014-04-05 22:39:22 +0900
  • 2f7a36ecfc Merge pull request from notogawa/display-minibuf Kazu Yamamoto 2014-04-05 20:30:23 +0900
  • 86feaea7c5 fix for https://github.com/kazu-yamamoto/ghc-mod/pull/206#issuecomment-39628265 notogawa 2014-04-05 09:53:28 +0900
  • a5c62acec9 display error message to minibuffer when goto next/prev error. Noriyuki OHKAWA 2014-04-04 23:52:09 +0900
  • 5ca0da14ec ver bumps up. Kazu Yamamoto 2014-04-03 16:31:17 +0900
  • 63fdd28025 setting current dir to root dir. Kazu Yamamoto 2014-04-03 16:18:35 +0900
  • 89c733aef8 hlint hack. Kazu Yamamoto 2014-04-03 16:17:51 +0900
  • 246ea5e2c9 fixing cabal macro. Kazu Yamamoto 2014-04-03 10:22:29 +0900
  • 172645aa9f ver bumps up. Kazu Yamamoto 2014-04-03 10:02:04 +0900
  • b390cd5ee0 changelog. Kazu Yamamoto 2014-04-03 10:01:47 +0900
  • a6579c656b Displaying a qualified name if two unqualified names are conflict (). Kazu Yamamoto 2014-04-03 09:49:23 +0900