Commit Graph

576 Commits

Author SHA1 Message Date
Kazu Yamamoto 76795b31f2 updating changelog. 2013-09-16 12:07:34 +09:00
Kazu Yamamoto 5b5c663990 ver bumps up. 2013-09-16 12:07:03 +09:00
Kazu Yamamoto 7a9cc8231b Checking if "dist/build/autogen/cabal_macros.h" exists. 2013-09-16 12:04:34 +09:00
Kazu Yamamoto 2dd1772146 ver bumps up. 2013-09-16 11:23:02 +09:00
Kazu Yamamoto 7c18ac1350 updating change log. 2013-09-16 11:18:59 +09:00
Kazu Yamamoto 57d2c74f1c Specifying "-optP". 2013-09-16 11:15:34 +09:00
Kazu Yamamoto 856392fdb7 Using proper type aliases. 2013-09-16 11:00:39 +09:00
Kazu Yamamoto de9aa7740c adding "dist/build". 2013-09-16 10:55:26 +09:00
Kazu Yamamoto b75d96b50a fixing tests. 2013-09-16 10:16:33 +09:00
Kazu Yamamoto 45751e3926 Exporting more low level APIs. 2013-09-16 09:56:08 +09:00
Kazu Yamamoto 5750673e0e Filtering problematic packages. 2013-09-11 14:09:18 +09:00
Kazu Yamamoto 024b6b3200 ver bumps up. 2013-09-06 14:23:21 +09:00
Kazu Yamamoto fe9a2f1f3c updating change log. 2013-09-06 14:11:46 +09:00
Kazu Yamamoto ce5056fcda updating Extra-Source-Files. 2013-09-06 13:52:56 +09:00
Kazu Yamamoto 929c446f0f removing cabal-dev from help. 2013-09-06 13:27:30 +09:00
Kazu Yamamoto d37e1592d4 test for Cabal 1.18.0. 2013-09-05 16:47:52 +09:00
Kazu Yamamoto 318b376b30 Supporting the sandbox of Cabal 1.18.0.
Support for cabal-dev was obsoleted.
2013-09-05 16:38:17 +09:00
Kazu Yamamoto 5e53841451 improving doc. 2013-09-05 14:35:28 +09:00
Kazu Yamamoto 8e60864a34 ver bumps up. 2013-09-04 15:02:20 +09:00
Kazu Yamamoto 9805dfbd42 fixing typo. 2013-09-04 14:56:55 +09:00
Kazu Yamamoto 1235d2940c ChangeLog up. 2013-09-04 11:24:28 +09:00
Kazu Yamamoto 416066b3df doc up. 2013-09-04 11:16:08 +09:00
Kazu Yamamoto 496f53a378 Merge pull request #137 from nh2/multiple-files
Multiple files
2013-09-03 18:11:56 -07:00
Niklas Hambüchen 4758a6043c check + expand: Allow passing in multiple files 2013-09-03 20:01:47 +09:00
Niklas Hambüchen e7d746f115 Don't silently ignore superfluous command line arguments 2013-09-03 19:57:27 +09:00
Niklas Hambüchen 7fd7b36363 Implement help command as advertised in usage 2013-09-03 19:57:27 +09:00
Niklas Hambüchen 35f40b3ce9 Exit with status 1 on error 2013-09-03 19:57:27 +09:00
Niklas Hambüchen 41de7a54a2 Fix warning 2013-09-03 19:57:26 +09:00
Kazu Yamamoto fc77e05245 Adding "-b" command line option for line separator. 2013-09-03 14:47:41 +09:00
Kazu Yamamoto 8117167f78 exporting LineSeparator. 2013-09-03 14:47:34 +09:00
Kazu Yamamoto ed5ac820d6 adding LineSeparator. 2013-09-03 14:40:51 +09:00
Kazu Yamamoto cd3e4989e1 ver bumps up. 2013-09-03 11:59:24 +09:00
Kazu Yamamoto 77769e95ce reverting convertible dep. 2013-09-03 11:58:23 +09:00
Kazu Yamamoto 955223a2a8 module name change. 2013-09-03 11:49:35 +09:00
Kazu Yamamoto 1b862ca107 removing shouldContain since hspec provides it! 2013-09-03 11:44:59 +09:00
Kazu Yamamoto 159c181323 ver bumps up. 2013-09-03 11:32:01 +09:00
Kazu Yamamoto b0f7370fdd removing unnecessary dep. 2013-09-03 11:28:35 +09:00
Kazu Yamamoto 0f3056e701 Merge pull request #141 from alanz/master
Exposing lower level API using GhcMonad
2013-09-02 19:25:46 -07:00
Alan Zimmerman e487a535eb Rename GhcModLowLevel to GhcMod.Internal and document exposed items. 2013-08-26 18:28:21 +02:00
Alan Zimmerman a45bfb97b9 Exposing lower level API using GhcMonad 2013-08-24 19:17:33 +02:00
Kazu Yamamoto 1cd83ce2e0 showUnqualifiedPage is now in Doc.hs. 2013-07-14 17:07:30 +09:00
Kazu Yamamoto cbcbae052b adding comments. 2013-07-14 16:45:43 +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
Kazu Yamamoto 7bd3510dc8 Merge pull request #129 from co-dan/ghc77
Porting ghc-mod to GHC 7.7
2013-07-05 00:03:57 -07:00
Daniil Frumin dd03fc4c2c More fixes for GHC 7.4 2013-07-02 13:29:08 +04:00
Daniil Frumin 9d3b449e55 This should fix building the library for GHC <= 7.4 2013-07-02 13:19:25 +04: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
Kazu Yamamoto 1811f11a07 removing unnecessary CPP. 2013-07-01 13:21:49 +09:00
Daniil Frumin 54d6f5f690 Porting ghc-mod to GHC 7.7 2013-06-28 00:25:22 +04:00
Kazu Yamamoto b38649b1dc ver bumps up. 2013-05-30 10:54:55 +09:00