Commit Graph

  • f43af4be29 Find cabal file and sandbox at the same time. Kazu Yamamoto 2013-03-02 12:18:55 +0900
  • 12bb30b097 Merge pull request #105 from eagletmt/datacon-type Kazu Yamamoto 2013-03-01 05:25:05 -0800
  • 80676966b9 Show types of data constructors with "browse -d" eagletmt 2013-03-01 22:11:02 +0900
  • 9a6c960d53 Checking TH to see if "-fno-code" can be used. Kazu Yamamoto 2013-03-01 21:17:52 +0900
  • d01cfac221 removing unnecessary return value. Kazu Yamamoto 2013-03-01 16:42:22 +0900
  • 7761691795 Refactoring Cabal stuff. Kazu Yamamoto 2013-03-01 15:25:43 +0900
  • 561bb38900 Generalizing info extraction from Cabal. Kazu Yamamoto 2013-03-01 14:40:34 +0900
  • a8e57615ba Making cabalBuildInfo pure. Kazu Yamamoto 2013-03-01 13:14:46 +0900
  • 431e3fa904 Making cabalDependPackages pure. Kazu Yamamoto 2013-03-01 12:21:42 +0900
  • 14ea5a6d71 package includes ChangeLog. Kazu Yamamoto 2013-03-01 11:39:47 +0900
  • cb9271049f ver bumps up. Kazu Yamamoto 2013-03-01 10:46:39 +0900
  • 93246c74a0 create ChangeLog. Kazu Yamamoto 2013-03-01 10:44:57 +0900
  • b417e070ae refactoring Browse. Kazu Yamamoto 2013-03-01 10:16:31 +0900
  • 4d9a170e50 Adding a test case for Browse. Kazu Yamamoto 2013-03-01 09:46:17 +0900
  • eb93ebd860 cosmetic change. Kazu Yamamoto 2013-03-01 09:43:50 +0900
  • eece2969ab Making Browse compilable with GHC 7.4.x. Kazu Yamamoto 2013-03-01 02:42:54 +0900
  • 9796d639ab refactoring Browse. Kazu Yamamoto 2013-03-01 02:24:14 +0900
  • 8fe6c99131 Refactoring Browse.hs. Kazu Yamamoto 2013-02-28 16:33:11 +0900
  • 66a61b249f Added detailed info for browse mvoidex 2013-02-23 12:51:55 +0400
  • 2cced9b4bf refactoring. Kazu Yamamoto 2013-02-18 13:49:12 +0900
  • 06cac206cd refactoring. Kazu Yamamoto 2013-02-18 13:48:57 +0900
  • 8d512a3d97 ver bumps up. Kazu Yamamoto 2013-02-15 10:47:56 +0900
  • 725566bd44 refactoring. Kazu Yamamoto 2013-02-15 10:47:45 +0900
  • 7ee8843a52 removing unnecessary files. Kazu Yamamoto 2013-02-15 10:39:40 +0900
  • 6752a8edcf test for Info. Kazu Yamamoto 2013-02-13 16:22:07 +0900
  • e3f09cd476 "Warning: "(a space after :) for GHC 7.6. Kazu Yamamoto 2013-02-13 16:04:22 +0900
  • a05e4e817d test for Cabal where exec depends on its lib and its fix code. Kazu Yamamoto 2013-02-13 15:28:29 +0900
  • c63f04a926 proper test for gitDirs. Kazu Yamamoto 2013-02-13 14:30:15 +0900
  • dd6ade19b3 Using display instead of Gap.extensionToString. Kazu Yamamoto 2013-02-13 14:18:24 +0900
  • 5b2ddde59e test for Cabal and CabalApi. Kazu Yamamoto 2013-02-12 16:24:33 +0900
  • 23045b5312 test for Lint. Kazu Yamamoto 2013-02-12 14:31:01 +0900
  • d115c1dacb hlint hack. Kazu Yamamoto 2013-02-12 14:21:48 +0900
  • 42a1ea0a87 test for Browse. Kazu Yamamoto 2013-02-12 14:18:19 +0900
  • fb7e509efc test for Flag. Kazu Yamamoto 2013-02-12 14:12:15 +0900
  • a8b199ab70 more proper name. Kazu Yamamoto 2013-02-12 14:09:42 +0900
  • 418c39b759 adding tests. Kazu Yamamoto 2013-02-12 14:06:22 +0900
  • e42a7e8bcb adding .travis.yml. Kazu Yamamoto 2013-02-12 14:04:32 +0900
  • c95c96c49f ver bumps up. Kazu Yamamoto 2012-12-11 11:58:13 +0900
  • 657e458848 Merge pull request #91 from syohex/fix-show-info Kazu Yamamoto 2012-12-10 18:39:28 -0800
  • c7bd0d8863 "Dummy:0:0" -> "<filename>:0:0". Kazu Yamamoto 2012-12-07 14:27:02 +0900
  • 81052efe64 Fix 'ghc-show-info' when cursor is on space Syohei YOSHIDA 2012-11-30 09:48:45 +0900
  • 5189977cbc Moving find-file-hook to ghc-comp-init. Kazu Yamamoto 2012-10-30 16:47:29 +0900
  • a91faaa3bb ver bumps up. Kazu Yamamoto 2012-10-30 16:28:48 +0900
  • 0529772b93 Cabal >= 1.10. Kazu Yamamoto 2012-10-30 16:27:44 +0900
  • f85ddf5684 Merge pull request #86 from khibino/build_depends Kazu Yamamoto 2012-10-30 00:16:26 -0700
  • e09df8810d Merge pull request #85 from batonius/ghc-7.6-flymake-fix Kazu Yamamoto 2012-10-30 00:15:18 -0700
  • 87cca58681 Parse *.cabal file at once in initializeGHC. Kei Hibino 2012-10-24 10:48:13 +0900
  • 659e5421e7 Remove needless lines and imports. Kei Hibino 2012-10-24 10:10:13 +0900
  • c74b58a47f Move an interface function with Cabal package into CabalApi module. Kei Hibino 2012-10-24 10:06:24 +0900
  • ff9fa49141 Read depend packages from *.cabal, and adjust compiler package flags. Kei Hibino 2012-10-24 09:11:09 +0900
  • 31c2c23c00 Fixing fly-make warning recognition when ghc-mod compiled against GHC 7.6 Batonius 2012-10-19 23:19:37 +0400
  • e5a2628dfa ver bumps up. Kazu Yamamoto 2012-10-19 20:22:15 +0900
  • 8e335fbc3b GHC 7.6.1 compatibility ihameed 2012-10-16 03:27:35 -0700
  • 594590f539 Merge pull request #1 from dysinger/ghc-7.6-compat Carter Tazio Schonwald 2012-09-27 20:41:31 -0700
  • b86cc97297 add ignore entry Tim Dysinger 2012-09-27 14:32:41 -1000
  • 24f1613e91 Use time package so we're ghc 7.6 compatible Tim Dysinger 2012-09-27 14:32:18 -1000
  • 2ca6e2ee08 add dynflags Tim Dysinger 2012-09-27 14:31:44 -1000
  • f7a7c67bcb partial change set for ghc 7.6 api change, needs some more work though. Carter Tazio Schonwald 2012-09-20 14:50:03 -0400
  • e284080fca Using indent-rigidly. Kazu Yamamoto 2012-08-10 09:21:09 +0900
  • 549e045673 Using executable-find instead of ghc-which. Kazu Yamamoto 2012-08-10 09:10:42 +0900
  • 3861625420 Removing -fno-warn-unused-do-bind. Kazu Yamamoto 2012-08-06 09:43:47 +0900
  • 256eec740c Calling save-buffer interactively. Kazu Yamamoto 2012-08-03 12:44:28 +0900
  • eedca795e1 minor fix. Kazu Yamamoto 2012-07-06 16:55:14 +0900
  • 8fbdfac52b ver bumps up. Kazu Yamamoto 2012-06-28 11:04:29 +0900
  • cbb76a4d79 flymake no longer saves the buffer Zsolt Dollenstein 2012-06-24 12:37:09 +0200
  • 38fae2a648 ver bumps up. Kazu Yamamoto 2012-06-13 18:19:55 +0900
  • 4207b80fdb setting after-save-hook to nil in ghc-flymake-init. Kazu Yamamoto 2012-06-13 18:16:39 +0900
  • 29243c626c adding what it is. Kazu Yamamoto 2012-06-13 13:56:39 +0900
  • 621d320c3f Merge pull request #37 from tarsius/master Kazu Yamamoto 2012-06-12 21:55:21 -0700
  • 43e560afdd ver bumps up. Kazu Yamamoto 2012-06-08 17:59:29 +0900
  • b743a8a890 module name that "where" locates in the next line. Kazu Yamamoto 2012-06-07 18:42:39 +0900
  • 71038ce5d6 flag hack for GHC 7.4. Kazu Yamamoto 2012-06-07 15:56:55 +0900
  • cb2eb3f1b3 ver bumps up. Kazu Yamamoto 2012-06-04 16:06:01 +0900
  • a40f293d43 prevent exitFailure. Kazu Yamamoto 2012-06-04 15:40:26 +0900
  • 111058562a ver bumps up. Kazu Yamamoto 2012-04-16 16:09:49 +0900
  • 66234a7787 ignoring stderr. Kazu Yamamoto 2012-04-16 16:09:31 +0900
  • 1a6f8c2b7a ver bumps up. Kazu Yamamoto 2012-04-16 11:03:08 +0900
  • fe5c8d663b If ghc-mod is compiled with exec-profiling enabled, it silently exits if the target file includes TH. This patch displays such internal errors. Kazu Yamamoto 2012-04-16 11:01:29 +0900
  • 3330e93912 ver bumps up. Kazu Yamamoto 2012-04-10 10:06:45 +0900
  • 2c31fcd526 cosmetic change. Kazu Yamamoto 2012-04-10 09:43:02 +0900
  • 2ce8b64284 Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod into post-command-hook Kazu Yamamoto 2012-04-10 09:38:12 +0900
  • 11128abdce Merge pull request #63 from pcapriotti/master Kazu Yamamoto 2012-04-09 17:37:35 -0700
  • 3d487d0e33 Ignore global package conf when using cabal-dev. Paolo Capriotti 2012-04-09 20:43:08 +0100
  • b0cabae366 Add option to specify cabal-dev sandbox explicitly. Paolo Capriotti 2012-04-09 20:39:58 +0100
  • f71358c4d0 Making post-command-hook local-variable is riskey. Kazu Yamamoto 2012-04-05 17:23:25 +0900
  • cdd8eb71a3 ver bumps up. Kazu Yamamoto 2012-03-26 11:35:01 +0900
  • eb48b8290a Merge pull request #60 from eagletmt/ffi-link Kazu Yamamoto 2012-03-23 21:16:29 -0700
  • 0fb6140304 enable dynamic linking for FFI eagletmt 2012-03-24 02:05:38 +0900
  • f352aedf5d Merge pull request #59 from bjin/fix-extension Kazu Yamamoto 2012-03-23 20:44:48 -0700
  • 31507eec7a Merge pull request #58 from eagletmt/correct-path Kazu Yamamoto 2012-03-23 20:42:33 -0700
  • 766dc26a33 fix extensions extraction from Cabal buildinfo Bin Jin 2012-03-19 22:52:46 +0800
  • 3c2436ec82 don't change the current directory eagletmt 2012-03-19 16:36:54 +0900
  • bf7d79773a Merge pull request #57 from eagletmt/reversed-opts Kazu Yamamoto 2012-03-11 00:43:47 -0800
  • 631bbe6be8 pass options in given order eagletmt 2012-03-11 16:40:52 +0900
  • 41fe35b691 integrating display functions. Kazu Yamamoto 2012-03-06 17:12:15 +0900
  • 3178393c85 ver bumps up. Kazu Yamamoto 2012-03-06 16:04:31 +0900
  • 662bcb8126 path hack. Kazu Yamamoto 2012-03-06 16:03:47 +0900
  • 1b2437a60e reverting file path and C-cC-j. Kazu Yamamoto 2012-03-02 21:36:58 +0900
  • 18b6eec6ad Defining C-< and C-> for indentation. Kazu Yamamoto 2012-02-28 20:38:50 +0900
  • 2c320d4032 ver bumps up. Kazu Yamamoto 2012-02-27 13:02:02 +0900