Commit Graph

  • fe17f135ec updating log. Kazu Yamamoto 2013-05-20 15:20:41 +0900
  • 089d490607 writing docs. Kazu Yamamoto 2013-05-20 14:28:56 +0900
  • 849c308e5c Separating IO and Ghc. Kazu Yamamoto 2013-05-20 11:29:44 +0900
  • f2f3b120af Moving commands to Ghc monad mvoidex 2013-05-19 01:16:37 +0400
  • bac4bbbcf3 Changing GHCMod as a library. Kazu Yamamoto 2013-05-17 10:00:01 +0900
  • 1977b8858a ver bumps up. Kazu Yamamoto 2013-05-13 13:00:30 +0900
  • 5c7bd86122 a bug fix of missing cabal dir. Kazu Yamamoto 2013-05-13 12:57:58 +0900
  • b632cb6df0 simplify the usage of IOChoice. Kazu Yamamoto 2013-05-09 10:09:12 +0900
  • 56b1e14219 test case for #118. Kazu Yamamoto 2013-05-08 16:47:57 +0900
  • ee0cfcc7ce fixing a test. Kazu Yamamoto 2013-05-08 16:34:34 +0900
  • 48a00ea9f6 replacing fromJust with an exception handling. Kazu Yamamoto 2013-05-08 16:27:54 +0900
  • c340ba2f90 hcar update. Kazu Yamamoto 2013-05-06 08:04:13 +0900
  • 05e2129811 reverting a first line. Kazu Yamamoto 2013-04-24 15:53:59 +0900
  • bcf8ad7960 For HCAR May 2013. Kazu Yamamoto 2013-04-24 15:22:49 +0900
  • cac5260a0b fixing typo. Kazu Yamamoto 2013-04-24 15:16:48 +0900
  • 267ba1b64b Adding HCAR tex file. Kazu Yamamoto 2013-04-24 15:12:53 +0900
  • 04a02dcbc6 using -no-user-package-db for GHC >= 7.6. Kazu Yamamoto 2013-04-24 14:58:14 +0900
  • 7694057858 Merge pull request #119 from dysinger/spelling-error Kazu Yamamoto 2013-04-14 18:02:22 -0700
  • e2d77f54b9 Fix spelling error Tim Dysinger 2013-04-13 07:46:34 -1000
  • d98e053bc5 cosmetic change. Kazu Yamamoto 2013-04-10 15:05:46 +0900
  • 7ec9fc1ffb fixing #118. Kazu Yamamoto 2013-04-10 15:02:49 +0900
  • 0c84d9464a cosmetic changes. Kazu Yamamoto 2013-04-10 14:46:58 +0900
  • 8ae0a55aff Using fromMaybe. Kazu Yamamoto 2013-04-10 14:45:57 +0900
  • b57402212a Merge pull request #116 from nh2/fix-fromJust Kazu Yamamoto 2013-04-09 22:40:16 -0700
  • 580adcdf74 Don't crash on empty cabal file Niklas Hambüchen 2013-04-03 17:12:20 +0800
  • 984d7c216d Don't reimplement listToMaybe Niklas Hambüchen 2013-04-03 17:09:56 +0800
  • 587d779815 ver bumps up. Kazu Yamamoto 2013-04-02 15:27:42 +0900
  • 6a7cd6192e updating ChangeLog. Kazu Yamamoto 2013-04-02 15:27:22 +0900
  • 929026cb6d C-M-d now can display functions and types in a browser. Kazu Yamamoto 2013-04-02 15:20:20 +0900
  • 7749b1386b Setting Opt_BuildingCabalPackage for cabal package. Kazu Yamamoto 2013-04-02 09:56:57 +0900
  • 71d3017ec9 Merge pull request #115 from eagletmt/quasi-quotes Kazu Yamamoto 2013-04-01 17:54:48 -0700
  • e55e9561b5 Disable fast check when QuasiQuotes is used eagletmt 2013-04-01 15:59:53 +0900
  • 4b77af102b Add a test case for checking QuasiQuotes module eagletmt 2013-04-01 15:55:29 +0900
  • c56b625501 cosmetic change from hlint. Kazu Yamamoto 2013-04-01 14:22:30 +0900
  • 0535270fa8 removing unnecesary spaces. Kazu Yamamoto 2013-04-01 14:19:15 +0900
  • 8f61f3691f fixing "ghc-mod info" for non-export funcs and fast/slow checking. Kazu Yamamoto 2013-04-01 14:16:34 +0900
  • c0564a2456 Merge pull request #114 from mvoidex/fix-tests Kazu Yamamoto 2013-03-31 18:19:32 -0700
  • 6be2b8f56e Fixed tests on Windows mvoidex 2013-03-31 18:12:34 +0400
  • 653912a066 Test for no fail on unicode output mvoidex 2013-03-31 17:55:37 +0400
  • f0eb792780 adding a comment about CPP just in case. Kazu Yamamoto 2013-03-30 22:01:24 +0900
  • 6a73f40ec1 Fixed unicode output mvoidex 2013-03-29 16:58:55 +0400
  • f7dd44d291 Shows info about all names in module (not exported too) mvoidex 2013-03-30 11:56:59 +0400
  • b87a1e0e39 a test case for info. Kazu Yamamoto 2013-03-30 21:24:57 +0900
  • 5aabca1e99 adding test files to the cabal file. Kazu Yamamoto 2013-03-16 12:08:54 +0900
  • e874422274 ver bumps up. Kazu Yamamoto 2013-03-16 12:04:05 +0900
  • 4a5f5441f3 Fixing a bug of TH expansion for GHC 7.6 (#92). Kazu Yamamoto 2013-03-16 11:50:45 +0900
  • 33986fb1b5 Merge pull request #110 from eagletmt/check-test-subdir Kazu Yamamoto 2013-03-15 19:14:00 -0700
  • 24ada2abeb Gather all hs-source-dirs to check test modules in sub-directories eagletmt 2013-03-15 17:30:21 +0900
  • 8d7b0d365b Defining checkSlowAndSet. Kazu Yamamoto 2013-03-15 14:40:36 +0900
  • 83c6ba3032 update ChangeLog. Kazu Yamamoto 2013-03-15 12:46:00 +0900
  • 0647819921 Merge pull request #108 from eagletmt/more-th-check Kazu Yamamoto 2013-03-14 20:33:18 -0700
  • aaf137df9f Add test cases for type and info about TH check eagletmt 2013-03-14 23:24:36 +0900
  • 6e8d7bd823 info and type sub-commands also need TH check eagletmt 2013-03-14 22:41:52 +0900
  • 639147db66 typo fix. Kazu Yamamoto 2013-03-13 15:27:41 +0900
  • 607e808752 updating ChangeLog. Kazu Yamamoto 2013-03-13 15:27:10 +0900
  • cef38b6a7a ver bumps up. Kazu Yamamoto 2013-03-13 14:55:01 +0900
  • 0556ec330c test for fast (not TH). Kazu Yamamoto 2013-03-13 13:37:17 +0900
  • b35d19beec adding a comment. Kazu Yamamoto 2013-03-13 13:22:02 +0900
  • 539fd305bd New method to check Template Haskell. Kazu Yamamoto 2013-03-13 13:17:22 +0900
  • 9e54c8c87b brushing up tests. Kazu Yamamoto 2013-03-13 12:48:26 +0900
  • 85ab14975d Style hack to pass a test. Kazu Yamamoto 2013-03-13 11:07:43 +0900
  • 9226c5e741 removing tracingDynFlags. Kazu Yamamoto 2013-03-13 10:54:50 +0900
  • c354001577 clean up the code for Doc/SDoc. Kazu Yamamoto 2013-03-12 22:15:23 +0900
  • 864666490a cosmetic changes. Kazu Yamamoto 2013-03-12 16:19:44 +0900
  • 6102c2d1b6 adding a test file. Kazu Yamamoto 2013-03-07 21:00:48 +0900
  • 21bc2d232a ver dumps up. Kazu Yamamoto 2013-03-07 20:51:36 +0900
  • 1a792c4943 pkgConf is a directory. Kazu Yamamoto 2013-03-07 20:50:04 +0900
  • 0fa81bc26d refactoring according to hlint. Kazu Yamamoto 2013-03-05 16:57:18 +0900
  • 9db0ca25db ver bumps up. Kazu Yamamoto 2013-03-05 16:54:13 +0900
  • f8ca08ed7f Updating help message. Kazu Yamamoto 2013-03-05 16:25:37 +0900
  • 479bb47224 Updating ChangeLog. Kazu Yamamoto 2013-03-05 16:25:24 +0900
  • efece8be9a refactoring. Kazu Yamamoto 2013-03-05 16:16:27 +0900
  • dc0519b16d adding comment. Kazu Yamamoto 2013-03-05 15:26:33 +0900
  • a884e3444e flymake hack for Emacs 23 or later. Kazu Yamamoto 2013-03-05 15:21:43 +0900
  • 87d48127db normalise file names. Kazu Yamamoto 2013-03-05 15:18:57 +0900
  • 4f44d54b0a adding missing files to cabal file. Kazu Yamamoto 2013-03-05 11:04:45 +0900
  • a7b41d34f9 adding pkgconf. Kazu Yamamoto 2013-03-05 11:00:56 +0900
  • 2a13e9b243 error test for Cradle. Kazu Yamamoto 2013-03-05 10:49:32 +0900
  • 39954d9114 relative dir for testing. Kazu Yamamoto 2013-03-05 10:44:17 +0900
  • 89dc02f185 test for Cradle. Kazu Yamamoto 2013-03-05 10:22:33 +0900
  • b7cacee767 pure and applicative style. Kazu Yamamoto 2013-03-05 10:21:55 +0900
  • 5b6924d36a limiting export funcs. Kazu Yamamoto 2013-03-04 18:17:01 +0900
  • 1047c76906 refactoring for testing. Kazu Yamamoto 2013-03-04 18:11:09 +0900
  • 69cc0f8ce4 ghcVersion -> CabalApi. Kazu Yamamoto 2013-03-04 13:55:03 +0900
  • 13bb6cb599 refactoring GHCApi. Kazu Yamamoto 2013-03-04 13:41:56 +0900
  • 3089d36071 refactoring. Kazu Yamamoto 2013-03-04 13:11:04 +0900
  • 6f8b8873e7 refactoring. Kazu Yamamoto 2013-03-04 12:53:28 +0900
  • a0d5082ac7 Implementing "ghc-mod debug". Kazu Yamamoto 2013-03-04 11:21:41 +0900
  • 73cfde0062 one more info to Cradle. Kazu Yamamoto 2013-03-04 11:21:20 +0900
  • e64cd3b108 fixing careless bug. Kazu Yamamoto 2013-03-04 10:40:33 +0900
  • 2e440f9214 cosmetic change. Kazu Yamamoto 2013-03-04 10:40:06 +0900
  • d76b17bc4b cosmetic change. Kazu Yamamoto 2013-03-04 10:39:39 +0900
  • 0501137839 careless bug fix. Kazu Yamamoto 2013-03-04 09:56:01 +0900
  • 6f6d068048 safelist -> !. Kazu Yamamoto 2013-03-04 09:09:13 +0900
  • cf0fb7aacd Refactoring according to hlint. Kazu Yamamoto 2013-03-03 15:57:31 +0900
  • 8d5822d342 Updateing README. Kazu Yamamoto 2013-03-03 15:55:22 +0900
  • e14dff7508 cook -> toTupple. Kazu Yamamoto 2013-03-03 15:51:41 +0900
  • aa0b1d709c fromCabal -> fromCabalFile. Kazu Yamamoto 2013-03-03 15:50:09 +0900
  • ca229c3be1 Merging Cabal to CabalApi. Kazu Yamamoto 2013-03-03 15:47:03 +0900
  • a393f8a971 Using Cradle. Kazu Yamamoto 2013-03-02 16:14:55 +0900