summaryrefslogtreecommitdiff
path: root/utils/dll-split
Commit message (Collapse)AuthorAgeFilesLines
* Remove LANGUAGE pragrams implied by Haskell2010Herbert Valerio Riedel2014-05-141-3/+0
| | | | | | | | | Haskell2010 implies (at least) EmptyDataDecls, ForeignFunctionInterface, PatternGuards, DoAndIfThenElse, and RelaxedPolyRec. This is a follow-up to dd92e2179e3171a0630834b773c08d416101980d Signed-off-by: Herbert Valerio Riedel <hvr@gnu.org>
* Set cabal files to default-language:Haskell2010Herbert Valerio Riedel2014-05-141-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>
* Globally replace "hackage.haskell.org" with "ghc.haskell.org"Simon Marlow2013-10-011-2/+2
|
* dll-split: Say where to update module list and fix a typo.Edward Z. Yang2013-08-231-1/+1
| | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
* Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-073-0/+124