Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Ensure mkUserGuidePart is compiled with current GHC version | Ben Gamari | 2017-01-10 | 1 | -51/+0 |
| | |||||
* | Add Cabal synopses and descriptions | Ben Gamari | 2016-01-05 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | Various people (myself included) have complained about the lack of useful descriptions for the various packages included in GHC's source tree. Fix this. Test Plan: Validate Reviewers: austin, thomie Reviewed By: thomie Subscribers: angerman, ezyang Differential Revision: https://phabricator.haskell.org/D1736 | ||||
* | Move user's guide to ReStructuredText | Ben Gamari | 2015-10-03 | 1 | -0/+31 |
| | |||||
* | Set cabal files to default-language:Haskell2010 | Herbert Valerio Riedel | 2014-05-14 | 1 | -1/+2 |
| | | | | | | | This is a first step towards eliminating `default-extensions` in favour of per-file declared `{-# LANGUAGE ... #-}` pragmas. Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org> | ||||
* | Use Cabal to build mkUserGuidePart | Ian Lynagh | 2012-10-24 | 1 | -0/+18 |