diff options
author | Herbert Valerio Riedel <hvr@gnu.org> | 2014-05-14 09:24:10 +0200 |
---|---|---|
committer | Herbert Valerio Riedel <hvr@gnu.org> | 2014-05-14 10:21:35 +0200 |
commit | dd92e2179e3171a0630834b773c08d416101980d (patch) | |
tree | eb79866a2c3474bd1b91c6110f7e5c56f8db6bbf /utils/runghc | |
parent | 0148a1c416e42a7d7c9ff3624a0640963bfe0012 (diff) | |
download | haskell-dd92e2179e3171a0630834b773c08d416101980d.tar.gz |
Set cabal files to default-language:Haskell2010
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>
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.cabal.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/utils/runghc/runghc.cabal.in b/utils/runghc/runghc.cabal.in index f9cbacca54..fde6b9a4d6 100644 --- a/utils/runghc/runghc.cabal.in +++ b/utils/runghc/runghc.cabal.in @@ -10,12 +10,13 @@ Description: XXX Category: Development build-type: Simple -cabal-version: >=1.2 +cabal-version: >=1.10 Flag base3 Description: Choose the new smaller, split-up base package. Executable runghc + Default-Language: Haskell2010 Main-Is: runghc.hs if flag(base3) |