Commit Graph

  • 6aea177fcb ghc-expand-th. Kazu Yamamoto 2012-02-27 12:53:33 +0900
  • 3f2771a079 TH expand hack. Kazu Yamamoto 2012-02-27 12:37:11 +0900
  • caab2c5c2b cosmetic change. Kazu Yamamoto 2012-02-27 11:24:59 +0900
  • 2c69ee4c8a ghc-mod "expand" to expand TH. Kazu Yamamoto 2012-02-27 11:23:56 +0900
  • e795b35502 error "foo" instead of undefined. Kazu Yamamoto 2012-02-27 11:03:27 +0900
  • e875778b49 M-t insert "foo _ _ = undefined" for non-exhaustive pattern. Kazu Yamamoto 2012-02-27 11:01:18 +0900
  • 35c312b009 for GHC 7.0.x. Kazu Yamamoto 2012-02-21 16:35:28 +0900
  • 4d0832fa0f Merge branch 'master' of github.com:kazu-yamamoto/ghc-mod Kazu Yamamoto 2012-02-20 17:15:44 +0900
  • d3c37585ef ver bumps up. Kazu Yamamoto 2012-02-20 17:13:33 +0900
  • 693b129906 Merge branch 'type-bind' Kazu Yamamoto 2012-02-20 17:13:03 +0900
  • 09fdd86b09 change bind's span eagletmt 2012-02-20 02:46:04 +0900
  • fa1494afd8 Merge pull request #47 from sudish/add-autoload-cookie Kazu Yamamoto 2012-02-19 01:12:13 -0800
  • 09bc036fcc Add autoload cookie for ghc-init. Sudish Joseph 2012-02-18 12:23:41 -0500
  • 49f00a74e8 refactoring on getType eagletmt 2012-02-18 20:02:37 +0900
  • 69744de042 type for Pat eagletmt 2012-02-18 19:14:29 +0900
  • bf93fcab12 type for FunBind eagletmt 2012-02-18 18:17:47 +0900
  • 964d1f8409 ver bumps up. Kazu Yamamoto 2012-02-16 17:47:02 +0900
  • eda8edc345 add desc Kazu Yamamoto 2012-02-16 17:46:39 +0900
  • 8a8b4ae9fb adding Vim Kazu Yamamoto 2012-02-16 17:44:44 +0900
  • b9f5c8f9f4 Main is passed if not exist. Kazu Yamamoto 2012-02-16 14:50:15 +0900
  • f3725127bc Using io-choice. Kazu Yamamoto 2012-02-16 14:44:20 +0900
  • d373966625 Merge pull request #46 from eagletmt/display-oneline Kazu Yamamoto 2012-02-15 17:59:19 -0800
  • 6007a5bc85 types should be displayed in oneline eagletmt 2012-02-15 21:22:04 +0900
  • c2e7f00820 cosmetic change. Kazu Yamamoto 2012-02-15 16:57:37 +0900
  • 9daf5b36f0 filling the gap b/w Cabal 1.10 and 1.14. Kazu Yamamoto 2012-02-15 15:57:43 +0900
  • f353e89d11 adding Applicative & Alternative. Kazu Yamamoto 2012-02-15 14:58:30 +0900
  • 96cbf68e16 more applicative. error msg fix. Kazu Yamamoto 2012-02-15 14:52:48 +0900
  • 7474968486 fixing terrible bug on Maybe. Kazu Yamamoto 2012-02-15 13:58:04 +0900
  • dced95031a ver bumps up. Kazu Yamamoto 2012-02-15 11:22:55 +0900
  • c51557b9bc defining clear-overlay. Kazu Yamamoto 2012-02-15 11:20:24 +0900
  • 952c255696 cosmetic change. Kazu Yamamoto 2012-02-15 11:03:51 +0900
  • 2c870867c1 Merge pull request #45 from himura/fix-buffer-name Kazu Yamamoto 2012-02-14 17:55:26 -0800
  • c99c448c65 Fixed the conflicts with the package which modify (buffer-name) value. Takahiro HIMURA 2012-02-14 22:27:48 +0900
  • 575bdc4889 Merge pull request #44 from eagletmt/cleanup-temporaries Kazu Yamamoto 2012-02-14 05:23:51 -0800
  • fab993acfa cleanup temporaries eagletmt 2012-02-14 19:14:21 +0900
  • 1b1245577e Removing the anti-pattern: IO (Maybe a). Kazu Yamamoto 2012-02-14 18:37:45 +0900
  • 13013445e3 extract Extensions: and Default-Language: from a Cabal file. Kazu Yamamoto 2012-02-14 18:25:21 +0900
  • 1f4f7d768a cosmetic change. Kazu Yamamoto 2012-02-14 16:19:48 +0900
  • 416c901188 Merge remote-tracking branch 'eagletmt/ghc-syb-utils' Kazu Yamamoto 2012-02-14 16:16:26 +0900
  • a7430eb494 Adaptor layer for GHC API. Kazu Yamamoto 2012-02-14 16:09:53 +0900
  • 0bee9c5d2f ver bumps up. Kazu Yamamoto 2012-02-14 13:37:31 +0900
  • 84d7747c1b simplify a bit eagletmt 2012-02-14 11:54:48 +0900
  • 122167f4c1 avoid GHC's panic eagletmt 2012-02-14 03:20:33 +0900
  • 1e1b729e15 refactoring on convert. Kazu Yamamoto 2012-02-14 11:33:27 +0900
  • 86d5419309 cosmetic change. Kazu Yamamoto 2012-02-14 10:21:48 +0900
  • b11475821e display types simply unless "-l" option is given eagletmt 2012-02-13 20:31:36 +0900
  • 7e45a03532 ver bumps up. Kazu Yamamoto 2012-02-13 17:13:47 +0900
  • b86b3245e0 [Char]->String. Kazu Yamamoto 2012-02-13 17:13:27 +0900
  • f2be5ea5e8 removing overlay when cursor moved. Kazu Yamamoto 2012-02-13 17:01:13 +0900
  • 034bb89579 nil guard. Kazu Yamamoto 2012-02-13 13:48:41 +0900
  • c2b41f8ad7 ver bumps up. Kazu Yamamoto 2012-02-13 13:39:43 +0900
  • 11eb321ff6 annot -> type. Kazu Yamamoto 2012-02-13 13:38:06 +0900
  • a43985a735 annot -> type. Kazu Yamamoto 2012-02-13 13:23:04 +0900
  • f497aa1213 refoctoring elisp. Kazu Yamamoto 2012-02-13 12:06:59 +0900
  • 23f4365150 detect. Kazu Yamamoto 2012-02-13 10:49:23 +0900
  • cd1f61d6a5 GHC 7.0 hack. Kazu Yamamoto 2012-02-13 10:44:37 +0900
  • 1d6246a778 Merge pull request #41 from tanakh/master Kazu Yamamoto 2012-02-12 17:40:02 -0800
  • 8deb1cd57c catching mutual module import. Kazu Yamamoto 2012-02-13 10:39:37 +0900
  • 63ec23c162 delete overlay Hideyuki Tanaka 2012-02-13 01:25:49 +0900
  • 9d1fe778a6 add elisp Hideyuki Tanaka 2012-02-13 01:01:58 +0900
  • b8d8926ec4 add annot command Hideyuki Tanaka 2012-02-12 21:04:18 +0900
  • cd4a839f35 ver bumps up. Kazu Yamamoto 2012-02-09 17:00:20 +0900
  • b78b3bb28d Merge pull request #40 from eagletmt/fix-syntax-error Kazu Yamamoto 2012-02-08 22:49:03 -0800
  • 8ff7b4c156 fix syntax error when __GLASGOW_HASKELL__ >= 702 eagletmt 2012-02-09 15:28:59 +0900
  • e8a494d426 elisp's ver. Kazu Yamamoto 2012-02-08 18:34:07 +0900
  • 8252472712 ver bumps up. Kazu Yamamoto 2012-02-08 18:33:10 +0900
  • 167f0d46f2 Qualifid names for checking! Kazu Yamamoto 2012-02-08 16:57:24 +0900
  • 27c1c4fa3d hlint hack. Kazu Yamamoto 2012-02-08 16:11:36 +0900
  • fb0deb1abd ver bumps up. Kazu Yamamoto 2012-02-06 18:24:09 +0900
  • 36c0b7ac85 general parsing for *.cabal! Kazu Yamamoto 2012-02-06 18:07:32 +0900
  • 718b3fa3df cosmetic change. Kazu Yamamoto 2012-02-06 15:13:41 +0900
  • 47e5a13b56 Merge pull request #38 from conal/master Kazu Yamamoto 2012-02-05 22:12:01 -0800
  • 9a8a1da3fb -XHaskell98 to sync cabal. Kazu Yamamoto 2012-02-06 15:11:12 +0900
  • db0265268b Remove use of DoAndIfThenElse extension, absent in GHC 6.12.3. Conal Elliott 2012-02-02 14:22:37 -0800
  • b7945d8859 ver bumps up. Kazu Yamamoto 2012-02-02 15:19:28 +0900
  • 3e75be3e18 Merge pull request #36 from eagletmt/build-fix-for-ghc-7.2 Kazu Yamamoto 2012-02-01 22:18:17 -0800
  • 97a71ff129 follow header conventions Jonas Bernoulli 2012-01-28 19:11:09 +0100
  • 948a23e6ee build fix for GHC 7.2 eagletmt 2012-01-27 21:22:36 +0900
  • a5746be927 cosmetic change. Kazu Yamamoto 2012-01-23 18:37:50 +0900
  • 34d22ee1d5 Applicative hack. Kazu Yamamoto 2012-01-23 18:30:07 +0900
  • cc6a2d7070 insert module hack. Kazu Yamamoto 2012-01-23 15:12:24 +0900
  • 4e87e389e5 ver bumps up. Kazu Yamamoto 2012-01-23 14:41:23 +0900
  • 8e86f64f05 Merge pull request #35 from conal/master Kazu Yamamoto 2012-01-22 21:34:29 -0800
  • a0216361ed Added support for auto-completing option flags and pragmas Conal Elliott 2012-01-22 20:18:40 -0800
  • b4c2d3366c .ghci for ghci-friendliness (testing) Conal Elliott 2012-01-22 20:16:22 -0800
  • 9a8ad11659 ver bumps up. Kazu Yamamoto 2012-01-06 16:56:33 +0900
  • 2cc43498fa nil check. Kazu Yamamoto 2012-01-06 11:12:28 +0900
  • 432de2e4f9 Using "hoogle search". Kazu Yamamoto 2011-12-28 17:04:47 +0900
  • 94efd2f250 ver bumps up. Kazu Yamamoto 2011-12-28 15:22:33 +0900
  • f5d3a9f650 ins-mod hack. Kazu Yamamoto 2011-12-27 16:42:44 +0900
  • 94be5c3760 inserting module. Kazu Yamamoto 2011-12-27 16:28:02 +0900
  • fdc66396d4 auto version gen. Kazu Yamamoto 2011-12-26 17:39:55 +0900
  • d08fe8fc8a version auto gen. Kazu Yamamoto 2011-12-26 17:08:00 +0900
  • 3a47b525fb capitalize -> upcase. Kazu Yamamoto 2011-12-26 16:27:55 +0900
  • e4d47de1f8 Merge pull request #34 from thoughtpolice/ghc-7.4 Kazu Yamamoto 2011-12-25 23:15:58 -0800
  • b7197d9dc6 Add support for GHC 7.4.1 Austin Seipp 2011-12-24 19:01:37 -0600
  • f1b68d5adf adding the current dir to import dirs. Kazu Yamamoto 2011-12-19 15:54:46 +0900
  • 100178c8ad capitalize mod name. Kazu Yamamoto 2011-12-16 11:01:11 +0900
  • 921c002321 ver bumps up. Kazu Yamamoto 2011-12-02 13:07:52 +0900
  • 2843e9a73b ver bumps up. Kazu Yamamoto 2011-12-02 12:29:38 +0900